OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
call_aggregateUnpack< obj_type, Mem, prp > Struct Template Reference

Calls an unpacker in nested way. More...

Detailed Description

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

Calls an unpacker in nested way.

Definition at line 527 of file Packer_util.hpp.

#include <Packer_util.hpp>

Static Public Member Functions

static void call_unpack (obj_type &&obj, ExtPreAlloc< Mem > &mem, Unpack_stat &ps)
 constructor
 

Member Function Documentation

◆ call_unpack()

template<typename obj_type , typename Mem , int ... prp>
static void call_aggregateUnpack< obj_type, Mem, prp >::call_unpack ( obj_type &&  obj,
ExtPreAlloc< Mem > &  mem,
Unpack_stat ps 
)
inlinestatic

constructor

Parameters
memmemory from where to unpack
objobject to pack
pspacking statistic

Definition at line 536 of file Packer_util.hpp.


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