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