std::regex_iterator<BidirIt,CharT,Traits>::operator++, operator++(int)

Advances the iterator on the next match.

# Declarations

regex_iterator& operator++();

(since C++11)

regex_iterator operator++( int );

(since C++11)