Return true if this string starts with the specified character.
Synopsis
Declared in <bslstl_string.h>
bool
starts_with(char character) const noexcept;
Created with MrDocs
Return true if this string starts with the specified character.
Declared in <bslstl_string.h>
bool
starts_with(char character) const noexcept;
Created with MrDocs