feat(templates): add AddressOf function and the corresponding testing

This commit is contained in:
2022-02-09 17:07:47 +08:00
parent 63fdd34789
commit 2bc852b63c
3 changed files with 49 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 TestMiscellaneous();
NAMESPACE_MODULE_END(Utility)
NAMESPACE_MODULE_END(Redcraft)