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 calculate the size to pack a point
prp | set for properties |
Definition at line 372 of file SparseGridGpu_ker_util.hpp.
#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 | |
typedef to_boost_vmpl<prp...>::type sparsegridgpu_pack_request< AggregateT, prp >::vprp |
Definition at line 374 of file SparseGridGpu_ker_util.hpp.
|
inline |
constructor
Definition at line 382 of file SparseGridGpu_ker_util.hpp.
|
inline |
It call the copy function for each property.
Definition at line 388 of file SparseGridGpu_ker_util.hpp.
size_t sparsegridgpu_pack_request< AggregateT, prp >::point_size |
point size
Definition at line 377 of file SparseGridGpu_ker_util.hpp.