std::experimental::ranges::DefaultConstructible - cppreference.com (original) (raw)
The DefaultConstructible
concept provides a shorthand for the common case when the question is whether a type can be constructed with no arguments.
The DefaultConstructible
concept provides a shorthand for the common case when the question is whether a type can be constructed with no arguments.