this class is a functor for "for_each" algorithm More...
#include <aggregate.hpp>
Public Member Functions | |
| __device__ __host__ | copy_fusion_vector (const bfv &src, bfv &dst) |
| constructor More... | |
| template<typename T > | |
| __device__ __host__ void | operator() (T &t) |
| It call the copy function for each property. | |
Data Fields | |
| const bfv & | src |
| source fusion vector | |
| bfv & | dst |
| destination fusion vector | |
this class is a functor for "for_each" algorithm
It copy a boost::fusion::vector into another boost::fusion::vector
Definition at line 21 of file aggregate.hpp.
|
inline |
constructor
It define the copy parameters.
| src | source fusion vector |
| dst | destination fusion vector |
Definition at line 37 of file aggregate.hpp.