MCRO
C++23 utilities for Unreal Engine.
|
#include <Tuples.h>
Public Types | |
using | Type |
Static Public Member Functions | |
template<size_t... Indices> | |
static consteval TComposeFrom< Tuple, Indices... > | Compose (std::index_sequence< Indices... > &&) |
Take only the first Count
elements of the input tuple
using Mcro::Tuples::TTake_Struct< Count, Tuple >::Type |
|
staticconsteval |