为什么不配对<int,int =“”> POD(普通旧数据)

时间:2018-08-15 19:59:59

标签: c++ c++11 templates

POD的定义:https://en.cppreference.com/w/cpp/named_req/PODType

pair<int,int>似乎符合上述所有规则。

但是编译并运行

cout << is_pod<pair<int, int>>::value << endl;

给我0。

我正在使用g ++ 8.2.0

0 个答案:

没有答案