名前空間
変種

std::basic_string_view<CharT,Traits>::begin, std::basic_string_view<CharT,Traits>::cbegin

提供: cppreference.com
2018年3月31日 (土) 03:55時点におけるMilkpot (トーク | 投稿記録)による版 (ページの作成:「{{cpp/string/basic_string_view/title | begin | cbegin}} {{cpp/string/basic_string_view/navbar}} {{dcl begin}} {{dcl | since=c++17 | constexpr const_iterator begin() const...」)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
 
 
 
 
<tbody> </tbody>
constexpr const_iterator begin() const noexcept;
(C++17以上)
constexpr const_iterator cbegin() const noexcept;
(C++17以上)

ビューの最初の文字を指すイテレータを返します。

引数

(なし)

戻り値

最初の要素を指す const_iterator

計算量

一定。

関連項目

終端を指すイテレータを返します
(パブリックメンバ関数) [edit]