◐ Shell
clean mode source ↗

std::basic_string_view<CharT,Traits>::max_size - cppreference.com

提供: cppreference.com

<tbody> </tbody>

constexpr size_type max_size() const noexcept;

(C++17以上)

basic_string_view が参照することのできる char 的オブジェクトの可能な最大数。

引数

(なし)

戻り値

文字の最大数。

計算量

一定。

関連項目