DOKK / manpages / debian 13 / libstdc++-14-doc / std::is_pod.3cxx.en
std::is_pod< _Tp >(3cxx) std::is_pod< _Tp >(3cxx)

std::is_pod< _Tp >

#include <type_traits>

Inherits __bool_constant< __is_pod(_Tp)>.

struct std::is_pod< _Tp >"is_pod

Deprecated

Deprecated in C++20. Use is_standard_layout && is_trivial instead.

Generated automatically by Doxygen for libstdc++ from the source code.

libstdc++