Unary and binary predicates that never return true, useful for templating. More...
#include <predicates.H>


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

|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |