boost::urls::operator<<
Format the address to an output stream.
Synopsis
std::ostream&
operator<<(
std::ostream& os,
ipv4_address const& addr);
std::ostream&
operator<<(
std::ostream& os,
ipv6_address const& addr);
std::ostream&
operator<<(
std::ostream& os,
authority_view const& a);
std::ostream&
operator<<(
std::ostream& os,
decode_view const& s);
std::ostream&
operator<<(
std::ostream& os,
params_encoded_base const& qp);
std::ostream&
operator<<(
std::ostream& os,
params_base const& qp);
std::ostream&
operator<<(
std::ostream& os,
url_view_base const& u);
std::ostream&
operator<<(
std::ostream& os,
segments_encoded_base const& ps);
std::ostream&
operator<<(
std::ostream& os,
segments_base const& ps);
Description
IPv4 addresses written to output streams are written in their dotted decimal format.
Format the address to an output stream.
IPv4 addresses written to output streams are written in their dotted decimal format.
Parameters
Name | Description |
---|---|
os |
The output stream. |
addr |
The address to format. |
a |
The URL to write |
s |
The decoded view to write |
u |
The url to write. |
Created with MrDocs