boost::urls::static_url::set_host_ipvfuture
Set the host to an address
Synopsis
Declared in <boost/url/static_url.hpp>
static_url&
set_host_ipvfuture(core::string_view s);
Description
The host is set to the specified IPvFuture string. The host type is host_type::ipvfuture
.
Postconditions
this->has_authority() == true && this->host_ipvfuture) == s && this->host_type() == host_type::ipvfuture
Exception Safety
Strong guarantee. Calls to allocate may throw. Exceptions thrown on invalid input.