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

The largest possible number of char-like objects that can be referred to by a basic_string_view.

# Declarations

constexpr size_type max_size() const noexcept;

(library fundamentals TS)

# Return value

Maximum number of characters.

# See also