迭代器,用于遍历所有匹配。
More...
#include <re.h>
◆ Iterator()
| console::Regex::Iterator::Iterator |
( |
std::sregex_iterator | i | ) |
|
|
inline |
◆ operator!=()
| bool console::Regex::Iterator::operator!= |
( |
const Iterator & | other | ) |
const |
|
inline |
◆ operator*()
| Match console::Regex::Iterator::operator* |
( |
| ) |
const |
|
inline |
◆ operator++()
| void console::Regex::Iterator::operator++ |
( |
| ) |
|
|
inline |
◆ operator==()
| bool console::Regex::Iterator::operator== |
( |
const Iterator & | other | ) |
const |
|
inline |
The documentation for this class was generated from the following file: