![]() |
Home | Libraries | People | FAQ | More |
Checks if the string begins with the given prefix.
bool starts_with( core::string_view s) const;
assert( [link url.ref.boost__urls__decode_view.decode_view `decode_view`]( "Program%20Files" ).[link url.ref.boost__urls__decode_view.starts_with `starts_with`]( "Program" ) );
Linear.
Throws nothing.