OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
openfpm::vector< T, Memory, layout, layout_base, grow_p, OPENFPM_NATIVE >::packMem_cond< cond, T1 > Struct Template Reference

Structures that calculate how many bytes are required to serialize an object. More...

Detailed Description

template<typename T, typename Memory, typename layout, template< typename > class layout_base, typename grow_p>
template<bool cond, typename T1>
struct openfpm::vector< T, Memory, layout, layout_base, grow_p, OPENFPM_NATIVE >::packMem_cond< cond, T1 >

Structures that calculate how many bytes are required to serialize an object.

Definition at line 68 of file map_vector.hpp.

#include <map_vector.hpp>

Public Member Functions

size_t packMemory (T1 &obj, size_t n, size_t e)
 calculate how many bytes are needed to serialize the object
 

The documentation for this struct was generated from the following file: