OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
to_variadic_impl< H, c, end, exit > Struct Template Reference

Recursive specialization of to_variadic. More...

Detailed Description

template<class H, int c, int end, bool exit>
struct to_variadic_impl< H, c, end, exit >

Recursive specialization of to_variadic.

Parameters
Hsuppose to be the vector where we are pushing numbers
csuppose to be the counter
Lsuppose to be the end of the cycle
exit,whentrue it say to terminate the sequence

Definition at line 38 of file create_vmpl_sequence.hpp.

#include <create_vmpl_sequence.hpp>

Public Types

typedef exit_impl< c, end >::type exit_
 
typedef boost::mpl::push_back
< H, boost::mpl::int_< c > > 
v
 
typedef to_variadic_impl< v, c+1,
end, exit_::value >::type 
type
 

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