MCRO
C++23 utilities for Unreal Engine.
Loading...
Searching...
No Matches
Mcro::Tuples::Detail Namespace Reference

Functions

template<typename T , typename RestTuple , size_t... Indices>
auto Prepend_Impl (T &&left, RestTuple const &right, std::index_sequence< Indices... > &&)
 
template<typename T , typename RestTuple , size_t... Indices>
auto Append_Impl (T &&right, RestTuple const &left, std::index_sequence< Indices... > &&)
 

Function Documentation

◆ Append_Impl()

template<typename T , typename RestTuple , size_t... Indices>
auto Mcro::Tuples::Detail::Append_Impl ( T && right,
RestTuple const & left,
std::index_sequence< Indices... > &&  )

Definition at line 224 of file Tuples.h.

◆ Prepend_Impl()

template<typename T , typename RestTuple , size_t... Indices>
auto Mcro::Tuples::Detail::Prepend_Impl ( T && left,
RestTuple const & right,
std::index_sequence< Indices... > &&  )

Definition at line 216 of file Tuples.h.