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