OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
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
 

Member Typedef Documentation

◆ exit_

template<unsigned int N, unsigned int M>
typedef exit_impl_sq<N,M>::type to_int_sequence< N, M >::exit_

end condition

Definition at line 72 of file create_vmpl_sequence.hpp.

◆ type

template<unsigned int N, unsigned int M>
typedef to_variadic_impl<N+1,M,exit_::value,N>::type to_int_sequence< N, M >::type

generate the boost::fusion::vector apply H on each term

Definition at line 75 of file create_vmpl_sequence.hpp.


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