Instigate Open Source Documentation

instigate::stl::generator Namespace Reference

Generator Concept. More...


Classes

struct  interface
 Interface of the instigate::stl::generator "Generator Concept" More...
struct  interface< R(*)()>
 Make plain C function with no arguments a model of the instigate::stl::generator "Generator" concept. More...
struct  requirements
 Requirements of the Generator concept. More...


Detailed Description

Generator Concept.

A generator is a kind of object: an object that is called as if it were an ordinary C++ function. A generator is called with no arguments.



© Instigate CJSC, Open Source