Requirements of Default constructible. More...
#include <_default_constructible.hpp>
Public Member Functions | |
| requirements () | |
| Constructor. | |
Static Public Member Functions | |
| static void | require_initialize (char *p) |
| Require the initialize() method must, which be defined in the instigate::default_constructible::interface. | |
Requirements of Default constructible.
This code will be compiled if and only if T is a model of the instigate::default_constructible concept.
| instigate::default_constructible::requirements< T >::requirements | ( | ) | [inline] |
Constructor.
Check the requirements of the Default Constructible Concept
References instigate::default_constructible::requirements< T >::require_initialize().