std::regex_iterator<BidirIt,CharT,Traits>::operator++, operator++(int)
Min standard notice:
Advances the iterator on the next match.
# Declarations
regex_iterator& operator++();
(since C++11)
regex_iterator operator++( int );
(since C++11)
Advances the iterator on the next match.
regex_iterator& operator++();
(since C++11)
regex_iterator operator++( int );
(since C++11)