CMExamples/datatype/MultiMapTest.cpp

8 lines
93 B
C++
Raw Normal View History

2023-07-21 11:11:24 +08:00
struct Person
{
char name[128];
bool sex;
int age;
};
template<typename T> Table