Variable template alias for std::is_aggregate_v.

Synopsis

Declared in <bsl_type_traits.h>

template<class TYPE>
inline constexpr bool is_aggregate_v = std::is_aggregate<TYPE>::value;

Created with MrDocs