Always true binary predicate. More...
#include <functional.hpp>
Public Types | |
| using | first_argument_type = const T& |
| using | second_argument_type = const U& |
| using | result_type = bool |
Public Member Functions | |
| bool | operator() (const T &t, const U &u) const |
Always true binary predicate.
Template arguments:
Definition at line 207 of file functional.hpp.
| using claw::binary_true< T, U >::first_argument_type = const T& |
Definition at line 210 of file functional.hpp.
| using claw::binary_true< T, U >::result_type = bool |
Definition at line 212 of file functional.hpp.
| using claw::binary_true< T, U >::second_argument_type = const U& |
Definition at line 211 of file functional.hpp.
|
inline |
Definition at line 215 of file functional.hpp.