All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
Public Types | List of all members
paal::data_structures::replace_at_pos< pos, NewType, TypesVector< TypesPrefix, TypesSufix...> > Struct Template Reference

replace type at pos to new type More...

#include <types_vector.hpp>

Public Types

typedef join< TypesVector
< TypesPrefix >, typename
replace_at_pos< pos-1, NewType,
TypesVector< TypesSufix...>
>::type >::type 
type
 

Detailed Description

template<int pos, typename NewType, typename TypesPrefix, typename... TypesSufix>
struct paal::data_structures::replace_at_pos< pos, NewType, TypesVector< TypesPrefix, TypesSufix...> >

replace type at pos to new type

Definition at line 143 of file types_vector.hpp.


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