boost::urls::authority_view::authority_view

Constructors

Synopses

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);

Parameters

Name Description

s

The string to parse

See Also

Created with MrDocs