Construct from an array of bytes.

Synopsis

Declared in header </boost/url/ipv4_address.hpp#L116[boost/url/ipv4_address.hpp,window=blank_]>

ipv4_address(const bytes_type& bytes) noexcept;

Description

This function constructs an address from the array in bytes, which is interpreted in big-endian.

Return Value

  • void

Parameters

Name Type

bytes

``