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

Generate the array specializing ArrayHolder. More...

Detailed Description

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

Generate the array specializing ArrayHolder.

Definition at line 179 of file ct_array.hpp.

#include <ct_array.hpp>

Public Types

typedef generate_array_vector_impl< T, N-1, F, boost::mpl::at< F, boost::mpl::int_< N > >::type::value, args... >::result result
 recursive meta-function to generate compile-time array
 

Member Typedef Documentation

◆ result

template<class T , size_t N, class F , unsigned... args>
typedef generate_array_vector_impl<T,N-1,F,boost::mpl::at<F,boost::mpl::int_<N>>::type::value,args...>::result generate_array_vector_impl< T, N, F, args >::result

recursive meta-function to generate compile-time array

Definition at line 181 of file ct_array.hpp.


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