feat(typetraits): add TypeTraits/TypeTraits.h
This commit is contained in:
parent
97fbe0fc84
commit
73bb0e9cfa
@ -1,11 +1,6 @@
|
|||||||
#include "Testing/TypeTraitsTesting.h"
|
#include "Testing/TypeTraitsTesting.h"
|
||||||
#include "Misc/AssertionMacros.h"
|
#include "Misc/AssertionMacros.h"
|
||||||
#include "TypeTraits/HelperClasses.h"
|
#include "TypeTraits/TypeTraits.h"
|
||||||
#include "TypeTraits/PrimaryType.h"
|
|
||||||
#include "TypeTraits/CompositeType.h"
|
|
||||||
#include "TypeTraits/TypeProperties.h"
|
|
||||||
#include "TypeTraits/SupportedOperations.h"
|
|
||||||
#include "TypeTraits/Miscellaneous.h"
|
|
||||||
|
|
||||||
NAMESPACE_REDCRAFT_BEGIN
|
NAMESPACE_REDCRAFT_BEGIN
|
||||||
NAMESPACE_MODULE_BEGIN(Redcraft)
|
NAMESPACE_MODULE_BEGIN(Redcraft)
|
||||||
|
9
Redcraft.Utility/Source/Public/TypeTraits/TypeTraits.h
Normal file
9
Redcraft.Utility/Source/Public/TypeTraits/TypeTraits.h
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
#pragma once
|
||||||
|
|
||||||
|
#include "CoreTypes.h"
|
||||||
|
#include "TypeTraits/HelperClasses.h"
|
||||||
|
#include "TypeTraits/PrimaryType.h"
|
||||||
|
#include "TypeTraits/CompositeType.h"
|
||||||
|
#include "TypeTraits/TypeProperties.h"
|
||||||
|
#include "TypeTraits/SupportedOperations.h"
|
||||||
|
#include "TypeTraits/Miscellaneous.h"
|
Loading…
Reference in New Issue
Block a user