Format the address to an output stream.
<include/boost/url/ipv4_address.hpp>
std::ostream&
operator<<(
std::ostream& os,
ipv4_address const& addr);
» more...
std::ostream&
operator<<(
std::ostream& os,
ipv6_address const& addr);
» more...
std::ostream&
operator<<(
std::ostream& os,
authority_view const& a);
» more...
std::ostream&
operator<<(
std::ostream& os,
decode_view const& s);
» more...
std::ostream&
operator<<(
std::ostream& os,
params_encoded_base const& qp);
» more...
std::ostream&
operator<<(
std::ostream& os,
params_base const& qp);
» more...
std::ostream&
operator<<(
std::ostream& os,
segments_encoded_base const& ps);
» more...
std::ostream&
operator<<(
std::ostream& os,
segments_base const& ps);
» more...
std::ostream&
operator<<(
std::ostream& os,
url_view_base const& u);
» more...
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.
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. |