Always true binary predicate. More...
#include <functional.hpp>
Public Member Functions | |
bool | operator() (const T &t, const U &u) const |
Always true binary predicate.
Template arguments:
Definition at line 195 of file functional.hpp.
bool claw::binary_true< T, U >::operator() | ( | const T & | t, |
const U & | u | ||
) | const [inline] |
Definition at line 198 of file functional.hpp.
{ return true; } // operator()