Functor wrapper for testing meta-characters. More...
#include <regExpCxx.H>
Public Member Functions | |
| bool | operator() (const char c) const noexcept |
| Test if character is a regex meta-character. | |
| bool | operator() (const std::string &s, const char q='\\') const |
| Test string for meta-characters. | |
Functor wrapper for testing meta-characters.
Definition at line 165 of file regExpCxx.H.
|
inlinenoexcept |
Test if character is a regex meta-character.
Definition at line 170 of file regExpCxx.H.
References regExpCxx::is_meta().

|
inline |
Test string for meta-characters.
Definition at line 178 of file regExpCxx.H.
References regExpCxx::is_meta(), and s().
