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

terminator of the variadic template More...

Detailed Description

template<class T, class F, unsigned... args>
struct generate_array_vector_impl< T, 0, F, args... >

terminator of the variadic template

Definition at line 186 of file ct_array.hpp.

#include <ct_array.hpp>

Public Types

typedef ArrayHolder< T, boost::mpl::at< F, boost::mpl::int_< 0 > >::type::value, args... > result
 compile-time array generation
 

Member Typedef Documentation

◆ result

template<class T , class F , unsigned... args>
typedef ArrayHolder<T,boost::mpl::at<F,boost::mpl::int_<0> >::type::value, args...> generate_array_vector_impl< T, 0, F, args... >::result

compile-time array generation

Definition at line 188 of file ct_array.hpp.


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