Instigate Open Source Documentation

instigate::stl::binary_predicate::requirements< T > Struct Template Reference

Requirements of the Binary Predicate Concept. More...

#include <_binary_predicate.hpp>

Inheritance diagram for instigate::stl::binary_predicate::requirements< T >:

instigate::stl::binary_function::requirements< T > instigate::generic::assignable::requirements< T >

List of all members.

Public Member Functions

 requirements ()
 Constructor.

Static Public Member Functions

static void require_convertibility_of_result_type_to_bool ()


Detailed Description

template<typename T>
struct instigate::stl::binary_predicate::requirements< T >

Requirements of the Binary Predicate Concept.

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


Constructor & Destructor Documentation

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


Member Function Documentation

template<typename T>
static void instigate::stl::binary_predicate::requirements< T >::require_convertibility_of_result_type_to_bool (  )  [inline, static]

Require convertibility of the result type to bool in the instigate::stl::binary_predicate::interface

References CHECK_CONVERTIBILITY.

Referenced by instigate::stl::binary_predicate::requirements< T >::requirements().


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


© Instigate CJSC, Open Source