version 0.4.1
Ikarus::traits::ReplaceTypeAtPos< Tuple, Pos, NewType > Struct Template Reference

Helper to replace the type at a specific position in a tuple. More...

Detailed Description

template<typename Tuple, std::size_t Pos, typename NewType>
struct Ikarus::traits::ReplaceTypeAtPos< Tuple, Pos, NewType >
Template Parameters
TupleThe tuple type.
PosThe position to replace.
NewTypeThe new type to insert.

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