authority_view

Constructor

Synopsis

authority_view() noexcept;

Declared in file <include/boost/url/authority_view.hpp> on line 121

Defined in file <src/authority_view.cpp> on line 54

Description

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

Exception Safety

Throws nothing.

Specification