feat(typetraits): add TypeTraits/PrimaryType.h and the corresponding testing
This commit is contained in:
13
Redcraft.Utility/Source/Public/Testing/TypeTraitsTesting.h
Normal file
13
Redcraft.Utility/Source/Public/Testing/TypeTraitsTesting.h
Normal file
@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include "CoreTypes.h"
|
||||
|
||||
NAMESPACE_REDCRAFT_BEGIN
|
||||
NAMESPACE_MODULE_BEGIN(Redcraft)
|
||||
NAMESPACE_MODULE_BEGIN(Utility)
|
||||
|
||||
void REDCRAFTUTILITY_API TestTypeTraits();
|
||||
|
||||
NAMESPACE_MODULE_END(Utility)
|
||||
NAMESPACE_MODULE_END(Redcraft)
|
||||
NAMESPACE_REDCRAFT_END
|
Reference in New Issue
Block a user