<boost/url/authority_view.hpp>
authority_view() noexcept;
» more...
Constructor
authority_view(authority_view const& other) noexcept;
» more...
Construct from a string.
explicit
authority_view(core::string_view s);
» more...
Name | Description |
---|---|
s | The string to parse |