boost::urls::decode_view::remove_prefix
Remove the first characters
Synopsis
Declared in <boost/url/decode_view.hpp>
void
remove_prefix(size_type n);
Parameters
Name |
Description |
n |
The number of characters to remove |
Created with MrDocs