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

generate compile time index array More...

Detailed Description

template<class T, long int N, size_t orig_N, template< size_t, size_t > class F, int... args>
struct generate_indexes_impl< T, N, orig_N, F, args >

generate compile time index array

Definition at line 36 of file ct_array.hpp.

#include <ct_array.hpp>

Public Types

typedef generate_indexes_impl< T, N-1, orig_N, F, F< N, orig_N >::value, args... >::result result
 Metafunction to generate indexes.
 

Member Typedef Documentation

◆ result

template<class T , long int N, size_t orig_N, template< size_t, size_t > class F, int... args>
typedef generate_indexes_impl<T,N-1,orig_N,F,F<N,orig_N>::value,args...>::result generate_indexes_impl< T, N, orig_N, F, args >::result

Metafunction to generate indexes.

Definition at line 38 of file ct_array.hpp.


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