Associated types
First argument type | F::first_argument_type |
The type of F's first argument |
Second argument type | F::second_argument_type |
The type of F's second argument |
Result type | F::result_type |
The type returned when the Binary Function is called |
Loading...