boost::urls::operator<<
Format to an output stream
Synopsis
std::ostream&
operator<<(
std::ostream& os,
segments_encoded_base const& ps);
Parameters
Name | Description |
---|---|
os |
The output stream to write to. |
ps |
The object to format. |
Created with MrDocs