std::move_sentinel<S>::operator=
来自cppreference.com
                    
                                        
                    < cpp | iterator | move sentinel
                    
                                                            
                    |   template<class S2>   requires std::assignable_from<S&, const S2&>  | 
(C++20 起) | |
赋 other 的底层哨位的值,即 other.base() ,给底层哨位。
参数
| other | - | 要赋值的哨位适配器 | 
返回值
*this
示例
| 本节未完成 原因:暂无示例  | 
参阅
|    (C++11)  | 
   赋值另一迭代器适配器  ( std::move_iterator<Iter> 的公开成员函数)  |