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, sel > Struct Template Reference

Case memory_traits_lin. More...

Detailed Description

template<unsigned int p, typename layout, typename data_type, typename g1_type, typename key_type, unsigned int sel = 2*is_layout_mlin<layout>::value + is_layout_inte<layout>::value>
struct mem_get< p, layout, data_type, g1_type, key_type, sel >

Case memory_traits_lin.

Definition at line 74 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, const 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: