#include #include "newcache.h" struct TestPoolObj { int testi; char testc; PoolFlagDefine(){}; }; //测试类型 template< typename T_IN > struct TestTObj { int d; int e; char f; }; struct TestT { int a; char b; };