operator<<
Format the url to the output stream
Synopsis
ostream&
operator<<(
ostream& os,
const url_view_base& u);
Declared in file <include/boost/url/url_view_base.hpp> on line 2778
Defined in file <include/boost/url/url_view_base.hpp> on line 2722
Description
This function serializes the url to the specified output stream. Any percent-escapes are emitted as-is; no decoding is performed.