Functor to determine if a string exists in a list of strings. More...

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.
Definition at line 399 of file stringListOps.H.
|
inline |
Definition at line 404 of file stringListOps.H.
References UList< T >::contains(), and foundOp< StringType >::values.

| const UList<StringType>& values |
Definition at line 397 of file stringListOps.H.
Referenced by foundOp< StringType >::operator()().