#include <_default_constructible.hpp>

Public Member Functions | |
Special member functions | |
| requirements () | |
| Constructor. | |
This code will be compiled if and only if T is a model of the instigate::generic::default_constructible concept.
| instigate::generic::default_constructible::requirements< T >::requirements | ( | ) | [inline] |
Constructor.
Check the requirements of the Default Constructible Concept
Reimplemented in instigate::stl::bidirectional_iterator::requirements< T >, and instigate::stl::random_access_iterator::requirements< T >.