port_number
Return the port
Synopsis
uint16_t
port_number() const noexcept;
Declared in file <include/boost/url/url_view_base.hpp> on line 1561
Defined in file <src/url_view_base.cpp> on line 465
Description
If a port is present and the numerical value is representable, it is returned as an unsigned integer. Otherwise, the number zero is returned.