17 Concepts library [concepts]

17.4 Language-related concepts [concepts.lang]

17.4.12 Concept DefaultConstructible [concept.defaultconstructible]

template<class T> concept DefaultConstructible = Constructible<T>;