OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
generate_array_constexpr_impl< T, 0, orig_N, F, args... > Struct Template Reference

terminator of the variadic template More...

Detailed Description

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

terminator of the variadic template

Definition at line 94 of file ct_array.hpp.

#include <ct_array.hpp>

Public Types

typedef ArrayHolder_constexpr< T, F< 0, orig_N >::value, args... > result
 Compile-time array.
 

Member Typedef Documentation

◆ result

template<class T , size_t orig_N, template< size_t, size_t > class F, unsigned... args>
typedef ArrayHolder_constexpr<T,F<0,orig_N>::value, args...> generate_array_constexpr_impl< T, 0, orig_N, F, args... >::result

Compile-time array.

Definition at line 96 of file ct_array.hpp.


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