TooN Algorithm Library - tag  0.2
Public Types | List of all members
std::binary_function< Arg1, Arg2 &, Result > Struct Template Reference

#include <fn.h>

Collaboration diagram for std::binary_function< Arg1, Arg2 &, Result >:
Collaboration graph

Public Types

typedef Arg1 first_argument_type
 
typedef Arg2 second_argument_type
 
typedef Result result_type
 

Detailed Description

template<class Arg1, class Arg2, class Result>
struct std::binary_function< Arg1, Arg2 &, Result >

a missing type for passing in things by reference, should be in STL needs to be in std namespace, because it is a specialization of binary_function defined in <functional>

Member Typedef Documentation

template<class Arg1 , class Arg2 , class Result >
typedef Arg1 std::binary_function< Arg1, Arg2 &, Result >::first_argument_type
template<class Arg1 , class Arg2 , class Result >
typedef Result std::binary_function< Arg1, Arg2 &, Result >::result_type
template<class Arg1 , class Arg2 , class Result >
typedef Arg2 std::binary_function< Arg1, Arg2 &, Result >::second_argument_type

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