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

Advances the iterator on the next sub match.

# Declarations

regex_token_iterator& operator++();

(since C++11)

regex_token_iterator operator++( int );

(since C++11)