Represent a read-only binary functor, which provides typedefs for the argument and return types. Mimics the equivalent STL construct to allow for compatibility. More...
Public Types | |
| using | first_argument_type = Arg1 |
| using | second_argument_type = Arg2 |
| using | result_type = Result |
Represent a read-only binary functor, which provides typedefs for the argument and return types. Mimics the equivalent STL construct to allow for compatibility.
| Arg1 | First argument type of the functor. |
| Arg2 | Second argument type of the functor. |
| Result | Return type of the functor. |
1.8.13