OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
mem_get< p, layout, data_type, g1_type, key_type, 1 > Struct Template Reference

Case memory_traits_inte. More...

Detailed Description

template<unsigned int p, typename layout, typename data_type, typename g1_type, typename key_type>
struct mem_get< p, layout, data_type, g1_type, key_type, 1 >

Case memory_traits_inte.

Definition at line 89 of file grid_base_impl_layout.hpp.

#include <grid_base_impl_layout.hpp>

Static Public Member Functions

static auto get (const data_type &data_, const g1_type &g1, const key_type &v1) -> decltype(boost::fusion::at_c< p >(data_).mem_r->operator[](g1.LinId(v1)))
 
static auto get_lin (const data_type &data_, const g1_type &g1, size_t lin_id) -> decltype(boost::fusion::at_c< p >(data_).mem_r->operator[](lin_id))
 

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