boost::urls::url::remove_scheme
Remove the scheme
Synopsis
Declared in <boost/url/url.hpp>
url&
remove_scheme();
Example
assert( url("http://www.example.com/index.htm" ).remove_scheme().buffer() == "//www.example.com/index.htm" );
See Also
set_scheme
.
Created with MrDocs