Unary and binary predicates that never return true, useful for templating. More...
Public Member Functions | |
| template<class T > | |
| constexpr bool | operator() (const T &) const noexcept |
| Unary predicate. More... | |
| template<class T1 , class T2 > | |
| constexpr bool | operator() (const T1 &, const T2 &) const noexcept |
| Binary predicate. More... | |
| constexpr bool | match (const std::string &, bool literal=false) const noexcept |
| String match. More... | |
Unary and binary predicates that never return true, useful for templating.
Definition at line 88 of file predicates.H.
|
inlineconstexprnoexcept |