MCRO
C++23 utilities for Unreal Engine.
Loading...
Searching...
No Matches
InitializeOnCopy.h File Reference
#include "CoreMinimal.h"
#include "Mcro/FunctionTraits.h"

Go to the source code of this file.

Data Structures

struct  Mcro::InitializeOnCopy::TInitializeOnCopy< T >
 A type wrapper around a default initializeable object which may not be copyable but which needs to be a member of a copyable class. On each instance of such class the wrapped value may not need to be copied and default constructing it is enough. Useful for mutexes for example. More...
 

Namespaces

namespace  Mcro
 
namespace  Mcro::InitializeOnCopy
 

Detailed Description

Author
David Mórász
Date
2025

Definition in file InitializeOnCopy.h.