std::move_iterator<Iter>::base
提供: cppreference.com
iterator_type base() const; |
(C++17未満) | |
constexpr iterator_type base() const; |
(C++17以上) | |
ベースとなるイテレータを返します。
引数
(なし)
戻り値
ベースとなるイテレータ。
例外
(なし)
例
| This section is incomplete Reason: no example |
関連項目
(C++20で非推奨) |
イテレータの指す先の要素にアクセスします (パブリックメンバ関数) |