![]() |
MCRO
C++23 utilities for Unreal Engine.
|
#include "CoreMinimal.h"#include "Mcro/Ansi/Allocator.h"#include "Mcro/Ansi/New.h"#include "Mcro/TypeName.h"#include "Mcro/TextMacros.h"#include "Mcro/Templates.h"#include "Mcro/FunctionTraits.h"#include "Mcro/TypeInfo.h"Go to the source code of this file.
Data Structures | |
| struct | Mcro::Any::TAnyTypeFacilities< T > |
Give the opportunity to customize object lifespan operations for FAny by either specializing this template or just providing functors in-place. More... | |
| struct | Mcro::Any::FAny |
| A simplistic but type-safe and RAII compliant storage for anything. Enclosed data is owned by this type. More... | |
Namespaces | |
| namespace | Mcro |
| namespace | Mcro::Any |
Variables | |
| template<typename T > | |
| TAnyTypeFacilities< T > | Mcro::Any::AnsiAnyFacilities |
Type facilities for FAny enforcing standard memory allocations. | |
Definition in file Any.h.