std::regex_token_iterator<BidirIt,CharT,Traits>::operator=
来自cppreference.com
                    
                                        
                    < cpp | regex | regex token iterator
                    
                                                            
                    |   regex_token_iterator& operator=( const regex_token_iterator& other );  | 
(C++11 起) | |
赋值 other 的内容。
参数
| other | - | 要赋值的正则表达式迭代器 | 
返回值
*this 。