feat(templates): add TFunction and the corresponding testing

This commit is contained in:
2022-04-07 15:57:02 +08:00
parent 988e0335a0
commit 92523a13b2
4 changed files with 809 additions and 99 deletions

View File

@ -12,3 +12,4 @@
#include "Templates/IntegerSequence.h"
#include "Templates/Tuple.h"
#include "Templates/TypeHash.h"
#include "Templates/Function.h"