名前空間
変種
操作

std::experimental::basic_string_view<CharT,Traits>::front

From cppreference.com
 
 
 
 
 
constexpr const_reference front() const;
(Library Fundamentals TS)

ビューの最初の文字への参照を返します。

目次

[編集] パラメータ

(なし)

[編集] 戻り値

最初の文字への参照。 operator[](0) と同等です。

[編集] 複雑性

定数。

[編集] 関連項目

最後の文字にアクセスする
(public member function) [編集]
English 日本語 中文(简体) 中文(繁體)