Instigate Open Source Documentation

instigate::default_constructible Namespace Reference

Implementation of Default Constructible Concept. More...

Classes

struct  tag
 Default Constructible Concept tag. More...
struct  interface
 Interface of the Default Constructible Concept. More...
struct  requirements
 Requirements of Default constructible. More...

Detailed Description

Implementation of Default Constructible Concept.

This is a "non-intrusive" interface of the default_constructible type. A type is default_constructible if it has a default constructor, that is, if it is possible to construct an object of that type without initializing the object to any particular value.



© Instigate CJSC, Open Source