OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
generate_indexes_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, int... args>
struct generate_indexes_impl< T, 0, orig_N, F, args...>

terminator of the variadic template

Definition at line 42 of file ct_array.hpp.

#include <ct_array.hpp>

Public Types

typedef ArrayHolder_indexes< T,
F< 0, orig_N >::value, args...>
::type 
result
 generate the compile-time array
 

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