#include <functional.hpp>
Public Types | |
| typedef TFI::result_type | result_type |
| Result type. | |
| typedef TFI::first_argument_type | first_argument_type |
| First argument type. | |
| typedef TFI::third_argument_type | second_argument_type |
| Second argument type. | |
Public Member Functions | |
| result_type | operator() (first_argument_type v, second_argument_type w) |
| operator () | |
| tbinder2nd (TF f, typename TFI::second_argument_type x) throw () | |
| Constructor. | |
This is a model of instigate::stl::binary_function.
It is implemented so that it deals with ternary function using instigate::stl::ternary_function
| instigate::stl::tbinder2nd< TF >::tbinder2nd | ( | TF | f, | |
| typename TFI::second_argument_type | x | |||
| ) | throw () [inline] |
Constructor.
| f | - the ternary function | |
| x | - the second argument to be bound |
| result_type instigate::stl::tbinder2nd< TF >::operator() | ( | first_argument_type | v, | |
| second_argument_type | w | |||
| ) | [inline] |
operator ()
References instigate::stl::invoke().