boost::urls::operator<<
Format the string with percent‐decoding applied to the output stream
Synopsis
friend
std::ostream&
operator<<(
std::ostream& os,
decode_view const& s);
Parameters
Name | Description |
---|---|
os |
The output stream to write to |
s |
The decoded view to write |
Created with MrDocs