名前空間
変種
操作

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

From cppreference.com
 
 
 
 
 
constexpr const_iterator begin() const noexcept;
(Library Fundamentals TS)
constexpr const_iterator cbegin() const noexcept;
(Library Fundamentals TS)

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

range-begin-end.svg

目次

[編集] パラメータ

(なし)

[編集] 戻り値

最初の文字へのconst_iterator

[編集] 計算量

Constant

[編集] 関連項目

末尾へのイテレータを返す
(public member function) [編集]
English 日本語 中文(简体) 中文(繁體)