feat(templates): add TAny and the corresponding testing

This commit is contained in:
2022-03-22 11:10:12 +08:00
parent e0aab7e0b9
commit be1d91591c
4 changed files with 657 additions and 0 deletions

View File

@ -8,3 +8,4 @@
#include "Templates/ReferenceWrapper.h"
#include "Templates/Optional.h"
#include "Templates/Variant.h"
#include "Templates/Any.h"