OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
to_variadic_impl< c, end, exit, vars > Struct Template Reference

Recursive specialization of to_variadic. More...

Detailed Description

template<int c, int end, bool exit, int ... vars>
struct to_variadic_impl< c, end, exit, vars >

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 40 of file create_vmpl_sequence.hpp.

#include <create_vmpl_sequence.hpp>

Public Types

typedef exit_impl_sq< c, end >::type exit_
 
typedef to_variadic_impl< c+1, end, exit_::value, vars..., c >::type type
 

Member Typedef Documentation

◆ exit_

template<int c, int end, bool exit, int ... vars>
typedef exit_impl_sq<c,end>::type to_variadic_impl< c, end, exit, vars >::exit_

Definition at line 42 of file create_vmpl_sequence.hpp.

◆ type

template<int c, int end, bool exit, int ... vars>
typedef to_variadic_impl<c+1,end,exit_::value,vars...,c>::type to_variadic_impl< c, end, exit, vars >::type

Definition at line 43 of file create_vmpl_sequence.hpp.


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