It copy one element of the chunk for each property. More...
It copy one element of the chunk for each property.
Definition at line 337 of file Unpacker.hpp.
#include <Unpacker.hpp>
Public Member Functions | |
copy_unpacker_chunk (const e_src &src, e_dst &dst, size_t sub_id) | |
constructor More... | |
template<typename T > | |
void | operator() (T &t) const |
It call the copy function for each property. | |
Data Fields | |
const e_src & | src |
encapsulated object source | |
e_dst & | dst |
encapsulated object destination | |
size_t | sub_id |
element to copy | |
|
inline |
constructor
src | source encapsulated object |
dst | destination encapsulated object |
Definition at line 354 of file Unpacker.hpp.