摘要: 可以用结构体包裹下,做下标识。 #include <iostream> #include <string> #include<cassert> using namespace std; struct VoidType { string Type; void* pVoid; VoidType(stri 阅读全文
posted @ 2022-10-18 20:41 double64 阅读(39) 评论(0) 推荐(0)