Construct from an array of bytes.
Synopsis
Declared in header </boost/url/ipv6_address.hpp#L125[boost/url/ipv6_address.hpp,window=blank_]>
ipv6_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 |
`` |