OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
to_int_sequence< N, M > Struct Template Reference

Detailed Description

template<unsigned int N, unsigned int M>
struct to_int_sequence< N, M >

It create a mpl::vector sequence of integer from N to M

usage:

to_int_sequence<3,5>::type

is mapped to

index_tuple_sq<3,5,6>

Definition at line 69 of file create_vmpl_sequence.hpp.

#include <create_vmpl_sequence.hpp>

Public Types

typedef exit_impl_sq< N, M >::type exit_
 end condition
 
typedef to_variadic_impl< N+1, M, exit_::value, N >::type type
 generate the boost::fusion::vector apply H on each term
 

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