boost::urls::ipv4_address::ipv4_address
Construct from an array of bytes.
Synopsis
Declared in header <boost/url/ipv4_address.hpp>
explicit
ipv4_address(bytes_type const& bytes) noexcept;
Description
This function constructs an address
from the array in bytes
, which is
interpreted in big-endian.