|
| Condition (const Str &condition) |
|
| Condition (Str &&condition) |
|
| Condition (const CharT *condition) |
|
auto & | operator= (const Str &condition) |
|
auto & | operator= (Str &&condition) |
|
auto & | operator= (const CharT *condition) |
|
auto | match (const Str &s, size_t pos=0, size_t len=Str::npos) const -> bool |
|
auto | match_prefix (const Str &s) const |
|
auto | match_suffix (const Str &s) const |
|
The documentation for this class was generated from the following file: