constexpr size_type size() const noexcept
Returns the number of characters in the string, not including any null-termination.
constexpr bool starts_with(basic_string_view< _CharT, _Traits > __x) const noexcept
constexpr const _CharT * data() const noexcept
Return const pointer to contents.
Managing sequences of characters and character-like objects.