Instigate Open Source Documentation

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

Requirements of the Equality Comparable Concept. More...

#include <_equality_comparable.hpp>

List of all members.

Public Member Functions

 requirements ()
 Constructor.

Static Public Member Functions

static void return_type_must_be_convertible_to_bool (const T &a, const T &b)
 Require the convertibility of the equal() return type to bool.
static void require_equal (const T &a, const T &b)
 Require the equal() method, which must be defined in instigate::equality_comparable::interface.

Detailed Description

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

Requirements of the Equality Comparable Concept.

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


Constructor & Destructor Documentation

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

Constructor.

Check the requirements of the Equality Comparable Concept


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


© Instigate CJSC, Open Source