OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
Packer< T, Mem, PACKER_GENERAL > Class Template Reference

Packer class for vectors. More...

Detailed Description

template<typename T, typename Mem>
class Packer< T, Mem, PACKER_GENERAL >

Packer class for vectors.

Template Parameters
Tvector type to pack
MemMemory origin HeapMemory CudaMemory ...

Definition at line 276 of file Packer.hpp.

#include <Packer.hpp>

Static Public Member Functions

template<int... prp>
static void packRequest (const T &obj, size_t &req)
 
template<int... prp>
static void pack (ExtPreAlloc< Mem > &mem, const T &obj, Pack_stat &sts)
 

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