![]() |
MCRO
C++23 utilities for Unreal Engine.
|
This header is a central include for simpler utilities MCRO offers. Higher level features like errors and delegates are culminated in Mcro/Common.h. You may use the Mcro::Common namespace or use the individual namespaces declared in the individual headers if you notice name conflicts with your own project.
More...
#include "CoreMinimal.h"#include "Mcro/ArrayViews.h"#include "Mcro/Ansi/Allocator.h"#include "Mcro/Ansi/New.h"#include "Mcro/Badge.h"#include "Mcro/Composition.h"#include "Mcro/Concepts.h"#include "Mcro/Construct.h"#include "Mcro/Enums.h"#include "Mcro/Finally.h"#include "Mcro/FmtMacros.h"#include "Mcro/FunctionTraits.h"#include "Mcro/Inheritance.h"#include "Mcro/InitializeOnCopy.h"#include "Mcro/Once.h"#include "Mcro/SharedObjects.h"#include "Mcro/Text.h"#include "Mcro/Text/TupleAsString.h"#include "Mcro/Threading.h"#include "Mcro/TypeName.h"#include "Mcro/TypeInfo.h"#include "Mcro/Types.h"#include "Mcro/Void.h"#include "Mcro/TextMacros.h"#include "Mcro/Range.h"#include "Mcro/Range/Conversion.h"#include "Mcro/Range/Views.h"#include "Mcro/ValueThunk.h"#include "Mcro/Zero.h"Go to the source code of this file.
Namespaces | |
| namespace | Mcro |
| namespace | Mcro::CommonCore |
| Use this namespace for the minimal utilities MCRO has to offer. | |
| namespace | Mcro::Common |
| Use this namespace for all the common features MCRO has to offer. | |
This header is a central include for simpler utilities MCRO offers. Higher level features like errors and delegates are culminated in Mcro/Common.h. You may use the Mcro::Common namespace or use the individual namespaces declared in the individual headers if you notice name conflicts with your own project.
Definition in file CommonCore.h.