[#083E0F4863A6DF28BAAC79A6212EB0109BA35CA6]

Function operator<<

Format the address to an output stream.

Synopsis

            std::ostream&
operator<<(
    std::ostream& os,
    ipv4_address const& addr);
        

Description

IPv4 addresses written to output streams are written in their dotted decimal format.