OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
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 267 of file memory_c.hpp.

Public Types

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

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