#include <functional.hpp>
Public Types | |
| typedef BFI::result_type | result_type |
| The result type. | |
| typedef BFI::first_argument_type | argument_type |
| The argument type. | |
Public Member Functions | |
| result_type | operator() (argument_type v) const |
| operator () | |
| bbinder2nd (BF f, typename BFI::second_argument_type x) throw () | |
| Constructor. | |
This is a model of instigate::stl::unary_function.
It is implemented so that it deals with binary function using instigate::stl::binary_function concept.
| instigate::stl::bbinder2nd< BF >::bbinder2nd | ( | BF | f, | |
| typename BFI::second_argument_type | x | |||
| ) | throw () [inline] |
Constructor.
| f | - the binary function | |
| x | - the second argument to be bound |
| result_type instigate::stl::bbinder2nd< BF >::operator() | ( | argument_type | v | ) | const [inline] |
operator ()
References instigate::stl::invoke().