this class is a functor for "for_each" algorithm More...
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.
#include <SparseGrid.hpp>
Public Member Functions | |
copy_sz (size_t(&sz)[dim]) | |
constructor | |
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 | |
|
inline |
It call the copy function for each property.
Definition at line 271 of file SparseGrid.hpp.
size_t(& copy_sz< dim, mpl_v >::sz)[dim] |
sz site_t
Definition at line 256 of file SparseGrid.hpp.