Always true unary predicate. More...
#include <functional.hpp>
Public Types | |
using | argument_type = const T& |
using | result_type = bool |
Public Member Functions | |
bool | operator() (const T &t) const |
Always true unary predicate.
Template arguments:
Definition at line 182 of file functional.hpp.
using claw::unary_true< T >::argument_type = const T& |
Definition at line 185 of file functional.hpp.
using claw::unary_true< T >::result_type = bool |
Definition at line 186 of file functional.hpp.
|
inline |
Definition at line 189 of file functional.hpp.