Function ipv4_address::ipv4_address

Construct from an array of bytes.

Synopsis

Declared in header <boost/url/ipv4_address.hpp>

ipv4_address(const bytes_type& bytes) noexcept;

Description

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

Parameters

Name Description

bytes

The value to construct from.