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_c< multi_array< T >, D >::ordering< index, N > Struct Template Reference

In combination with generate_array is used to produce array at compile-time. More...

Detailed Description

template<typename T, typename D>
template<size_t index, size_t N>
struct memory_c< multi_array< T >, D >::ordering< index, N >

In combination with generate_array is used to produce array at compile-time.

In combination with generate_array is used to produce at compile-time arrays like {0,N-1,.........0} used in boost::multi_array for index ordering

Definition at line 268 of file memory_c.hpp.

Public Types

enum  { value = (N-index) % N }
 

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