Generic Binary Functor Class.
|
Public Types |
|
typedef ResultType | result_type |
typedef FirstArgumentType | first_argument_type |
typedef FirstArgumentType & | first_argument_reference |
typedef const FirstArgumentType & | const_first_argument_reference |
typedef FirstArgumentType * | first_argument_pointer |
typedef const FirstArgumentType * | const_first_argument_pointer |
typedef SecondArgumentType | second_argument_type |
typedef SecondArgumentType & | second_argument_reference |
typedef const SecondArgumentType & | const_second_argument_reference |
typedef SecondArgumentType * | second_argument_pointer |
typedef const SecondArgumentType * | const_second_argument_pointer |
Generic Binary Functor Class.