OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
vector< T, HeapMemory, typename memory_traits_lin< T >::type, memory_traits_lin, grow_policy_double, STD_VECTOR >::pack_cond< cond, T1, Memory1, prp > Struct Template Reference

Structures that do a nested packing, depending on the existence of 'pack' function inside of the object. More...

Detailed Description

template<typename T>
template<bool cond, typename T1, typename Memory1, int... prp>
struct vector< T, HeapMemory, typename memory_traits_lin< T >::type, memory_traits_lin, grow_policy_double, STD_VECTOR >::pack_cond< cond, T1, Memory1, prp >

Structures that do a nested packing, depending on the existence of 'pack' function inside of the object.

This file contains the implemetation of packer and unpacker for std vector Created on: Jan 5, 2016 Author: Yaroslav Zaluzhnyi

Definition at line 12 of file map_vector_std.hpp.

#include <map_vector_std.hpp>

Public Member Functions

void packing (ExtPreAlloc< Memory1 > &mem, const openfpm::vector< T1 > &obj, Pack_stat &sts)
 Serialize the object.
 

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