Checks if a type is default constructible.
More...
Inherits is_default_constructible< Bare< T > >.
template<typename T>
struct gears::concepts::DefaultConstructible< T >
A Unary concept to check if a type is default constructible.
This means that the following code must be valid:
- Template Parameters
-
Definition at line 74 of file basic.hpp.