this class is a functor for "for_each" algorithm More...
#include <SparseGrid.hpp>
Public Member Functions | |
| copy_sz (size_t(&sz)[dim]) | |
| constructor More... | |
| template<typename T > | |
| void | operator() (T &t) const |
| It call the copy function for each property. | |
Data Fields | |
| size_t(& | sz )[dim] |
| sz site_t | |
this class is a functor for "for_each" algorithm
This class is a functor for "for_each" algorithm. For each element of the boost::vector the operator() is called. Is mainly used to copy a boost::mpl::vector into runtime array
Definition at line 253 of file SparseGrid.hpp.