libstdc++: std::is_pod< _Tp > Struct Template Reference (original) (raw)
#include <[type_traits](a00233%5Fsource.html)>
Inherits __bool_constant< __is_pod(_Tp)>.
Detailed Description
template<typename _Tp>
struct std::is_pod< _Tp >
is_pod
Deprecated in C++20. Use is_standard_layout && is_trivial
instead.
Definition at line 918 of file type_traits.
The documentation for this struct was generated from the following file: