host_ipvfuture
Return the host IPvFuture address
Synopsis
string_view
host_ipvfuture() const noexcept;
Declared in file <include/boost/url/url_view_base.hpp> on line 1288
Defined in file <src/url_view_base.cpp> on line 393
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.