boost::urls::operator<<
Format to an output stream
Synopsis
Declared in <boost/url/segments_base.hpp>
std::ostream&
operator<<(
std::ostream& os,
segments_base const& ps);
Parameters
Name | Description |
---|---|
os |
The output stream to write to. |
ps |
The segments to write. |
Created with MrDocs