Classes | |
| struct | tag |
| Default Constructible Concept tag. More... | |
| struct | interface |
| Interface of the Default Constructible Concept. More... | |
| struct | requirements |
| Requirements of Default constructible. More... | |
This is a "non-intrusive" interface of the default_constructible type. A type is default_constructible if it has a default constructor, that is, if it is possible to construct an object of that type without initializing the object to any particular value.