starts_with overloads
Synopses
Declared in <bslstl_string.h>
Return true if this string starts with the specified character.
bool
starts_with(char16_t character) const noexcept;
Return true if this string starts with the specified characterString.
bool
starts_with(basic_string_view<char16_t, char_traits<char16_t>> characterString) const noexcept;
Return true if this string starts with the specified C‐string.
bool
starts_with(char16_t const* characterString) const;
Created with MrDocs