OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
generate_array_constexpr_impl< T, N, orig_N, F, args > Struct Template Reference

recursive meta-function to generate compile-time array More...

Detailed Description

template<class T, size_t N, size_t orig_N, template< size_t, size_t > class F, unsigned... args>
struct generate_array_constexpr_impl< T, N, orig_N, F, args >

recursive meta-function to generate compile-time array

Definition at line 87 of file ct_array.hpp.

#include <ct_array.hpp>

Public Types

typedef generate_array_constexpr_impl< T, N-1, orig_N, F, F< N, orig_N >::value, args... >::result result
 recursive meta-function to generate compile-time array
 

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