Instigate Open Source Documentation

instigate::stl::binary_function_model< A1, A2, R > Struct Template Reference

Model of the instigate::stl::binary_function. More...

#include <_stl_function.hpp>

List of all members.

Public Types

typedef A1 first_argument_type
 The type of the binary_function's first argument.
typedef A2 second_argument_type
 The type of the binary_function's second argument.
typedef R result_type
 The type returned when the Binary Function is called.


Detailed Description

template<typename A1, typename A2, typename R>
struct instigate::stl::binary_function_model< A1, A2, R >

Model of the instigate::stl::binary_function.
The documentation for this struct was generated from the following file:


© Instigate CJSC, Open Source