Helper to replace the type at a specific position in a tuple.
More...
template<typename Tuple, std::size_t Pos, typename NewType>
struct Ikarus::traits::ReplaceTypeAtPos< Tuple, Pos, NewType >
- Template Parameters
-
Tuple | The tuple type. |
Pos | The position to replace. |
NewType | The new type to insert. |
The documentation for this struct was generated from the following file: