Instigate Open Source Documentation

instigate::assignable::requirements< T > Struct Template Reference

Requirements of the Assignable Concept. More...

#include <_assignable.hpp>

List of all members.

Public Member Functions

 requirements ()
 Constructor.

Static Public Member Functions

static void require_assign (T &a, const T &b)
 Require the assign() method, which must be defined in the instigate::assignable::interface.
static void require_copy_constructor (char *p, const T &ob)
 Require the copy_constructor() method, which must be defined in the instigate::assignable::interface.

Detailed Description

template<typename T>
struct instigate::assignable::requirements< T >

Requirements of the Assignable Concept.

This code will be compiled if and only if T is a model of the instigate::assignable concept.


Constructor & Destructor Documentation

template<typename T >
instigate::assignable::requirements< T >::requirements (  )  [inline]

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


© Instigate CJSC, Open Source