description | title | ms.date | f1_keywords | helpviewer_keywords | ||
---|---|---|---|---|---|---|
Learn more about: is_aggregate Class | is_aggregate Class | 11/04/2016 |
|
|
Tests whether the type is a class type marked aggregate
.
template <classT> structis_aggregate;
T
The type to query.
An instance of the type predicate holds true if the type T is a class type marked aggregate
, otherwise it holds false. If T is a class type, it must be a complete type.
Header: <type_traits>
Namespace: std