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
ArrayHolder_constexpr< T, args > Struct Template Reference

These set of classes generate an array definition at compile-time. More...

Detailed Description

template<class T, unsigned long... args>
struct ArrayHolder_constexpr< T, args >

These set of classes generate an array definition at compile-time.

These set of classes generate an array definition at compile-time

See Also
generate_arraythe array itself

Definition at line 28 of file ct_array.hpp.

#include <ct_array.hpp>

Static Public Attributes

static constexpr T data [sizeof...(args)] = { args... }
 

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