this class is a functor for "for_each" algorithm More...
#include <SparseGridGpu_ker_util.hpp>
Public Types | |
| typedef to_boost_vmpl< prp... >::type | vprp |
Public Member Functions | |
| sparsegridgpu_pack_request () | |
| constructor | |
| template<typename T > | |
| void | operator() (T &t) |
| It call the copy function for each property. | |
Data Fields | |
| size_t | point_size |
| point size | |
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 calculate the size to pack a point
| prp | set for properties |
Definition at line 372 of file SparseGridGpu_ker_util.hpp.