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。
[編集] 例
This section is incomplete Reason: no example |
[編集] 関連項目
別のイテレータを代入します ( std::move_iterator<Iter> のパブリックメンバ関数)
|