OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
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 468 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.
 

Member Function Documentation

◆ call_pack()

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 477 of file Packer_util.hpp.


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