All Classes Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
gears::concepts::DefaultConstructible< T > Struct Template Reference

Checks if a type is default constructible. More...

Inherits is_default_constructible< Bare< T > >.

Detailed Description

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:

T t; // default constructed
Template Parameters
TType to check

Definition at line 74 of file basic.hpp.