![]() |
MCRO
C++23 utilities for Unreal Engine.
|
Functions | |
| template<CIsTypeList Bases, typename Function > | |
| constexpr void | ForEachExplicitBase (Function &&function) |
| template<typename T , typename Function > | |
| constexpr void | ForEachExplicitBase_Body (Function &&function) |
| template<CIsTypeList Bases, typename Function , size_t... Indices> | |
| constexpr void | ForEachExplicitBase_Impl (Function &&function, std::index_sequence< Indices... > &&) |
|
constexpr |
Definition at line 51 of file Inheritance.h.
|
constexpr |
Definition at line 37 of file Inheritance.h.
|
constexpr |
Definition at line 45 of file Inheritance.h.