std::move_sentinel<S>::base
提供: cppreference.com
<tbody>
</tbody>
constexpr S base() const; |
(C++20以上) | |
ベースとなる番兵を返します。
引数
(なし)
戻り値
ベースとなる番兵。
例外
(なし)
例
| This section is incomplete Reason: no example |
関連項目
| ベースとなるイテレータにアクセスします ( std::move_iterator<Iter>のパブリックメンバ関数)
|