Variable template alias for std::is_pod_v.
std::is_pod_v
Declared in <bsl_type_traits.h>
<bsl_type_traits.h>
[[deprecated]] template<class TYPE> inline constexpr bool is_pod_v = std::is_pod<TYPE>::value;
Deprecated. Use of this entity is allowed but discouraged.