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 >::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 281 of file memory_c.hpp.

Public Types

enum  { value = true }
 

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