Instigate Open Source Documentation

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

Requirements of the Unary Function. More...

#include <_unary_function.hpp>

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

instigate::generic::assignable::interface< T > instigate::stl::unary_predicate::requirements< T >

List of all members.

Public Member Functions

 requirements ()

Static Public Member Functions

static void require_nested_typename_argument_type ()
static void require_nested_typename_result_type ()
static void require_method_invoke ()
static
instigate::stl::unary_function::interface
< T >::result_type 
check_signature_of_the_invoke (T &f, typename instigate::stl::unary_function::interface< T >::argument_type a)


Detailed Description

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

Requirements of the Unary Function.

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


Constructor & Destructor Documentation

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


Member Function Documentation

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

Require associated type argument_type as nested typedef in instigate::stl::unary_function::interface.

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

Require associated type result_type as nested typedef in instigate::stl::unary_function::interface.

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

Require the method invoke() which must be defined in instigate::stl::unary_function::interface.

References instigate::stl::invoke().

template<typename T>
static instigate::stl::unary_function::interface<T>:: result_type instigate::stl::unary_function::requirements< T >::check_signature_of_the_invoke ( T &  f,
typename instigate::stl::unary_function::interface< T >::argument_type  a 
) [inline, static]

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

References instigate::stl::invoke().


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


© Instigate CJSC, Open Source