Constructors
Synopses
Declared in <boost/url/authority_view.hpp>
Constructor
authority_view() noexcept;
Constructor
authority_view(authority_view const& other) noexcept;
Construct from a string.
explicit
authority_view(core::string_view s);
Parameters
Name |
Description |
s |
The string to parse |
See Also
parse_authority
.
Created with MrDocs