bsl::is_pod_v

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.