std::move_sentinel<S>::operator=
来自 cppreference.cn
template< class S2 > requires std::assignable_from<S&, const S2&> |
(C++20 起) | |
底层哨兵被赋值为 other 的底层哨兵的值,即 other.base()。
目录 |
[编辑] 参数
其他 | - | 要赋值的哨兵适配器 |
[编辑] 返回值
*this
[编辑] 示例
本节不完整 原因:无示例 |
[编辑] 参见
赋值另一个 move_iterator ( std::move_iterator<Iter> 的公共成员函数) |