Composite_Type_Attributes_Type¶
- bitfield Composite_Type_Attributes_Type¶
Field
Description
Is_Trivially_Default_Constructible
Whether the type is trivially default constructible. (C++11 type trait)
Is_Trivially_Copyable
Whether the type is trivially copyable. (C++11 type trait)
Is_Standard_Layout_Type
Whether the type has standard layout (C++11 type trait)
Is_Trivial_Class
Whether the type is a trivial class (C++11 type trait)
Is_Class_Aggregate
Whether the type is an aggregate according to [dcl.init.aggr] (C++11 type trait)