These structures de-serialize a simple object (no pack() inside) unpack Without specified properties
Definition at line 230 of file map_vector.hpp.
#include <map_vector.hpp>
Static Public Member Functions | |
template<typename Memory2 > | |
static void | unpack (openfpm::vector< T, Memory, layout_base, grow_p, OPENFPM_NATIVE > &obj, ExtPreAlloc< Memory2 > &mem, Unpack_stat &ps) |
unpack from the memory the data structure and put it into obj More... | |
|
inlinestatic |
unpack from the memory the data structure and put it into obj
obj | object to deserialize |
mem | object containing the raw data to deserialize |
ps | statistic |
Definition at line 240 of file map_vector.hpp.