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

the array itself More...

Detailed Description

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

the array itself

Definition at line 74 of file ct_array.hpp.

#include <ct_array.hpp>

Static Public Attributes

static const T data [sizeof...(args)] = { args... }
 initialize the array from variadic template
 

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