Instigate Open Source Documentation

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

Requirements of the Less Than Comparable. More...

#include <_less_than_comparable.hpp>

List of all members.

Public Member Functions

 requirements ()
 Constructor.

Static Public Member Functions

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

Detailed Description

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

Requirements of the Less Than Comparable.

This code will compile if and only if T is a model of the instigate::less_than_comparable concept.


Constructor & Destructor Documentation

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

Constructor.

Check the requirements of the Less Than Comparable Concept


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


© Instigate CJSC, Open Source