Return true if this string starts with the specified characterString.

Synopsis

Declared in <bslstl_string.h>

bool
starts_with(basic_string_view<CHAR_TYPE, CHAR_TRAITS> characterString) const noexcept;

Return Value

true if this string starts with the sequence, otherwise false

Parameters

Name

Description

characterString

pointer to characters

Created with MrDocs