std::is_aggregate< _Tp > - is_aggregate - true if the type is an aggregate.
Contents
Detailed Description
template<typename_Tp>
struct std::is_aggregate< _Tp >"is_aggregate - true if the type is an aggregate.
Since
C++17
Name
std::is_aggregate< _Tp > - is_aggregate - true if the type is an aggregate.
Synopsis
#include <type_traits>
Inherits std::integral_constant<_Tp,__v>.
PublicTypestypedefintegral_constant< _Tp, __v > typetypedef _Tp value_typePublicMemberFunctions
constexpr operatorvalue_type () const noexcept
constexpr value_type operator() () const noexcept
StaticPublicAttributesstatic constexpr _Tp value