All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
Public Types | List of all members
paal::data_structures::remove_n_first< n, TypesVector< Arg, Args...> > Struct Template Reference

removes first n elements from given TypesVector More...

#include <types_vector.hpp>

Public Types

typedef remove_n_first< n-1,
TypesVector< Args...> >::type 
type
 

Detailed Description

template<int n, typename Arg, typename... Args>
struct paal::data_structures::remove_n_first< n, TypesVector< Arg, Args...> >

removes first n elements from given TypesVector

Definition at line 100 of file types_vector.hpp.


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