OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
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 130 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
 

Field Documentation

◆ data

template<class T , unsigned long... args>
const T ArrayHolder< T, args >::data = { args... }
static

initialize the array from variadic template

Definition at line 131 of file ct_array.hpp.


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