Functor wrapper of a list of wordRe for matching. More...
#include <wordRes.H>
Public Member Functions | |
| matcher (const UList< wordRe > &selectors) noexcept | |
| Construct with select matcher(s). | |
| bool | empty () const noexcept |
| No selectors defined. | |
| bool | operator() (const std::string &text) const |
| Apply matcher predicate. | |
Construct with select matcher(s).
Definition at line 196 of file wordResI.H.
References Foam::noexcept.
|
inlinenoexcept |
|
inline |
Apply matcher predicate.
false if no selectors are specified true if text matches any of the selectors Definition at line 228 of file wordResI.H.
References wordRes::match().
