Functor to determine if a string exists in a list of strings. More...
#include <stringListOps.H>

Public Member Functions | |
| foundOp (const UList< StringType > &list) noexcept | |
| bool | operator() (const std::string &text) const |
Public Attributes | |
| const UList< StringType > & | values |
Functor to determine if a string exists in a list of strings.
Definition at line 395 of file stringListOps.H.
|
inlinenoexcept |
Definition at line 399 of file stringListOps.H.
References Foam::noexcept.
|
inline |
Definition at line 404 of file stringListOps.H.
References values.
| const UList<StringType>& values |
Definition at line 397 of file stringListOps.H.
Referenced by operator()().