boost::urls::url_view_base::host_ipvfuture
Return the host IPvFuture address
Synopsis
Declared in header <boost/url/url_view_base.hpp>
core::string_view
host_ipvfuture() const noexcept;
Description
If the host type is host_type::ipvfuture , this function returns the address as a string. Otherwise, if the host type is not an IPvFuture address, it returns an empty string.