![]() |
Home | Libraries | People | FAQ | More |
Return whether the string begins with a string.
constexpr bool starts_with( const_pointer s) const;
Returns true
if the string
begins with the string pointed to be s
of length traits_type::length(s)
, and false
otherwise.
Linear.
Name |
Description |
---|---|
|
The string to check for. |