Instigate Open Source Documentation

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

Requirements of the Binary Function concept. More...

#include <_binary_function.hpp>

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

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

List of all members.

Public Member Functions

 requirements ()
 Constructor.

Static Public Member Functions

static void require_first_argument_type ()
static void require_second_argument_type ()
static void require_result_type ()
static void require_method_invoke ()
static
instigate::stl::binary_function::interface
< T >::result_type 
helper (const T &f, typename instigate::stl::binary_function::interface< T >::first_argument_type a, typename instigate::stl::binary_function::interface< T >::second_argument_type b)
static void check_signature_of_the_invoke ()


Detailed Description

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

Requirements of the Binary Function concept.

This code will compile if and only if T is a model of the Binary Function concept.


Constructor & Destructor Documentation

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


Member Function Documentation

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

Require associated type instigate::stl::binary_function::interface::first_argument_type "first_argument_type" as nested typedef in instigate::stl::binary_function::interface.

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

Require associated type instigate::stl::binary_function::interface::second_argument_type "second_argument_type" as nested typedef in instigate::stl::binary_function::interface.

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

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

Require the method invoke(), which must be defined in the binary_function interface.

template<typename T>
static instigate::stl::binary_function::interface<T>:: result_type instigate::stl::binary_function::requirements< T >::helper ( const T &  f,
typename instigate::stl::binary_function::interface< T >::first_argument_type  a,
typename instigate::stl::binary_function::interface< T >::second_argument_type  b 
) [inline, static]

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

Check signature of method invoke() in the instigate::stl::binary_function::interface


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


© Instigate CJSC, Open Source