Console Library 4.7.0
A header-only library that makes C++ simple
Loading...
Searching...
No Matches
console::Regex::Iterator Class Reference

迭代器,用于遍历所有匹配。 More...

#include <re.h>

Public Member Functions

 Iterator (std::sregex_iterator i)
bool operator== (const Iterator &other) const
bool operator!= (const Iterator &other) const
void operator++ ()
Match operator* () const

Detailed Description

迭代器,用于遍历所有匹配。

Constructor & Destructor Documentation

◆ Iterator()

console::Regex::Iterator::Iterator ( std::sregex_iterator i)
inline

Member Function Documentation

◆ 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: