feat(templates): add TReferenceWrapper and the corresponding testing

This commit is contained in:
2022-02-09 21:46:39 +08:00
parent ad80dcd78f
commit 2fa4bcea13
4 changed files with 68 additions and 0 deletions

View File

@ -8,6 +8,7 @@ NAMESPACE_MODULE_BEGIN(Utility)
void REDCRAFTUTILITY_API TestTemplates();
void REDCRAFTUTILITY_API TestInvoke();
void REDCRAFTUTILITY_API TestReferenceWrapper();
void REDCRAFTUTILITY_API TestMiscellaneous();
NAMESPACE_MODULE_END(Utility)