Variable template alias for std::is_pod_v.

Synopsis

Declared in <bsl_type_traits.h>

[[deprecated]]
template<class TYPE>
inline constexpr bool is_pod_v = std::is_pod<TYPE>::value;
Warning

Deprecated. Use of this entity is allowed but discouraged.

Created with MrDocs