Constructor.
<include/boost/url/ipv6_address.hpp>
constexpr
ipv6_address() = default;
» more...
constexpr
ipv6_address(ipv6_address const&) = default;
» more...
ipv6_address(bytes_type const& bytes) noexcept;
» more...
ipv6_address(ipv4_address const& addr) noexcept;
» more...
ipv6_address(core::string_view s);
» more...
Default constructed objects represent the unspecified address.
Name | Thrown on |
---|---|
[object Object] |
input failed to parse correctly. |
Name | Description |
---|---|
bytes | The value to construct from. |
addr | The address to construct from. |
s | The string to parse. |