boost::urls::decode_view::starts_with
Checks if the string begins with the given prefix
Description
assert( decode_view( "Program%20Files" ).starts_with('P') );
Throws nothing.
Created with MrDocs
Checks if the string begins with the given prefix
assert( decode_view( "Program%20Files" ).starts_with('P') );
Created with MrDocs