OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
call_aggregatePack< obj_type, Mem, prp > Struct Template Reference

Calls a packer in nested way. More...

Detailed Description

template<typename obj_type, typename Mem, int... prp>
struct call_aggregatePack< obj_type, Mem, prp >

Calls a packer in nested way.

Definition at line 246 of file Packer_util.hpp.

#include <Packer_util.hpp>

Static Public Member Functions

static void call_pack (const obj_type &obj, ExtPreAlloc< Mem > &mem, Pack_stat &sts)
 Call the packer. More...
 

Member Function Documentation

template<typename obj_type , typename Mem , int... prp>
static void call_aggregatePack< obj_type, Mem, prp >::call_pack ( const obj_type &  obj,
ExtPreAlloc< Mem > &  mem,
Pack_stat sts 
)
inlinestatic

Call the packer.

Parameters
objobject to pack
memmemory where to pack
stsinformation about the packing

Definition at line 255 of file Packer_util.hpp.


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