boost::urls::authority_view::authority_view

Constructors

Synopses

Declared in <boost/url/authority_view.hpp>

Constructor

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...

Parameters

Name Description
s The string to parse

See Also

parse_authority.

Created with MrDocs