OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
ArrayHolder_constexpr< T, args > Struct Template Reference

the array itself More...

Detailed Description

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

the array itself

Definition at line 78 of file ct_array.hpp.

#include <ct_array.hpp>

Static Public Attributes

static constexpr T data [sizeof...(args)] = { args... }
 compile-time array
 

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