std::binary_function< Arg1, Arg2, Result > Struct Template Reference
[Functor Base Classes]
#include <stl_function.h>
List of all members.
Detailed Description
template<class Arg1, class Arg2, class Result>
struct std::binary_function< Arg1, Arg2, Result >
This is one of the
functor base classes.
Definition at line 114 of file stl_function.h.
Member Typedef Documentation
template<class Arg1, class Arg2, class Result>
the type of the first argument (no surprises here)
Definition at line 116 of file stl_function.h.
template<class Arg1, class Arg2, class Result>
template<class Arg1, class Arg2, class Result>
The documentation for this struct was generated from the following file: