boost::urls::authority_view::authority_view

Constructor

Synopsis

Declared in <include/boost/url/authority_view.hpp>

authority_view() noexcept;

» more...

explicit
authority_view(core::string_view s);

» more...

authority_view(authority_view const&) noexcept;

» more...

Description

Default constructed authorities refer to a string with zero length, which is always valid. This matches the grammar for a zero-length host.

Throws nothing.

Created with MrDocs