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> 的公共成员函数) |