std::move_sentinel<S>::operator=
來自 cppreference.com
template< class S2 > requires std::assignable_from<S&, const S2&> |
(C++20 起) | |
底層哨兵被賦值為 other 的底層哨兵的值,即 other.base()。
目錄 |
[編輯] 引數
其他 | - | 要賦值的哨兵介面卡 |
[編輯] 返回值
*this
[編輯] 示例
本節不完整 原因:無示例 |
[編輯] 參見
賦值另一個 move_iterator ( std::move_iterator<Iter> 的公共成員函式) |