boost::urls::authority_view::host_type
Return the host type
Synopsis
Declared in <boost/url/authority_view.hpp>
urls::host_type
host_type() const noexcept;
Description
This function returns one of the following constants representing the type of host present.
-
host_type::ipv4
-
host_type::ipv6
-
host_type::ipvfuture
-
host_type::name
Return Value
The host type
Created with MrDocs