feat(typetraits): add TypeTraits/PrimaryType.h and the corresponding testing

This commit is contained in:
2021-12-10 21:43:57 +08:00
parent cfb53c21e0
commit 60b4ec6f58
4 changed files with 222 additions and 0 deletions

View 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