claw
1.9.0
|
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.