24 Strings library [strings]

24.4 String view classes [string.view]

24.4.2 Class template basic_­string_­view [string.view.template]

24.4.2.3 Capacity [string.view.capacity]

constexpr size_type size() const noexcept;

Returns: size_­.

constexpr size_type length() const noexcept;

Returns: size_­.

constexpr size_type max_size() const noexcept;

Returns: Максимально возможное количество символьных объектов, на которые может ссылаться a basic_­string_­view.

constexpr bool empty() const noexcept;

Returns: size_­ == 0.