boost::urls::authority_view::authority_view
Constructors
Synopses
Declared in <boost/url/authority_view.hpp>
Constructor
constexpr
authority_view() noexcept;
Constructor
constexpr
authority_view(authority_view const& other) noexcept = default;
Construct from a string.
constexpr
explicit
authority_view(core::string_view s);
See Also
parse_authority.
Created with MrDocs