OpenFPM_data  0.1.0
Project that contain the implementation and interfaces for basic structure like vectors, grids, graph ... .
 All Data Structures Namespaces Functions Variables Typedefs Friends
memory_traits_inte< T > Struct Template Reference

Transform the boost::fusion::vector into memory specification (memory_traits) More...

Detailed Description

template<typename T>
struct memory_traits_inte< T >

Transform the boost::fusion::vector into memory specification (memory_traits)

Transform the boost::fusion::vector into memory_traits. In this implementation we interleave each property of the base type with memory_c

We basically create a buffer for each property

See Also
see inter_mem_c for detail
Parameters
Tbase type (T::type must define a boost::fusion::vector )

Definition at line 52 of file memory_conf.hpp.

#include <memory_conf.hpp>

Public Types

typedef inter_memc< T >::type type
 for each element in the vector interleave memory_c
 

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