Interface of the Default Constructible Concept. More...
#include <_default_constructible.hpp>
Static Public Member Functions | |
static T * | initialize (char *const p) |
Create a new object and initialize it. |
Interface of the Default Constructible Concept.
static T* instigate::default_constructible::interface< T >::initialize | ( | char *const | p | ) | [inline, static] |
Create a new object and initialize it.
p | - the place to create the new object |