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 one encap into another encap object
encap | source |
encap | dst |
#include <Encap.hpp>
Public Member Functions | |
copy_cpu_encap_encap (const e_src &src, e_dst &dst) | |
constructor More... | |
template<typename T > | |
void | operator() (T &t) const |
It call the copy function for each property. | |
Data Fields | |
const e_src & | src |
object we have to store | |
e_dst & | dst |
|
inline |