CLAW Library (a C++ Library Absolutely Wonderful) 1.5.5
|
Always true unary predicate. More...
#include <functional.hpp>
Public Member Functions | |
bool | operator() (const T &t) const |
Always true unary predicate.
Template arguments:
Definition at line 176 of file functional.hpp.
bool claw::unary_true< T >::operator() | ( | const T & | t | ) | const [inline] |
Definition at line 179 of file functional.hpp.
{ return true; }