std::regex_iterator<BidirIt,CharT,Traits>:: operator=

From cppreference.com
regex_iterator & operator = ( const regex_iterator & other ) ;
(since C++11)

Assigns the contents of other .

Parameters

other - regex iterator to assign

Return value

* this