feat(templates): add TVariant and the corresponding testing

This commit is contained in:
2022-03-15 19:26:31 +08:00
parent 8188d29a58
commit d8ae39b980
6 changed files with 706 additions and 4 deletions

View File

@ -11,6 +11,7 @@ void REDCRAFTUTILITY_API TestInvoke();
void REDCRAFTUTILITY_API TestReferenceWrapper();
void REDCRAFTUTILITY_API TestCompare();
void REDCRAFTUTILITY_API TestOptional();
void REDCRAFTUTILITY_API TestVariant();
void REDCRAFTUTILITY_API TestMiscellaneous();
NAMESPACE_MODULE_END(Utility)