Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Tests whether the type is a class type marked aggregate.
Syntax
template <class T>
struct is_aggregate;
Parameters
T
The type to query.
Remarks
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.
Requirements
Header: <type_traits>
Namespace: std