Function ipv6_address::ipv6_address

Construct from an array of bytes.

Synopsis

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

ipv6_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.