feat(typetraits): add TypeTraits/TypeTraits.h
This commit is contained in:
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"
|
Reference in New Issue
Block a user