#include <typeinfo>

using namespace std;

...

cout << typeid(d).name() << endl;

其中,d指"数据"

相关文章: