Instigate Open Source Documentation

instigate::default_constructible::interface< T > Struct Template Reference

Interface of the Default Constructible Concept. More...

#include <_default_constructible.hpp>

List of all members.

Static Public Member Functions

static T * initialize (char *const p)
 Create a new object and initialize it.

Detailed Description

template<typename T>
struct instigate::default_constructible::interface< T >

Interface of the Default Constructible Concept.


Member Function Documentation

template<typename T >
static T* instigate::default_constructible::interface< T >::initialize ( char *const   p  )  [inline, static]

Create a new object and initialize it.

Parameters:
p - the place to create the new object
Returns:
The pointer on new object

The documentation for this struct was generated from the following file:


© Instigate CJSC, Open Source