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 >::ascending< 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 >::ascending< 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 {true,true,.........true} used in boost::multi_array to define ascending order

Definition at line 280 of file memory_c.hpp.

Public Types

enum  { value = true }
 

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