decode_view

Constructor

Synopsis

constexpr
decode_view() noexcept = default;

Defined in file <include/boost/url/decode_view.hpp> on line 174

Description

Default-constructed views represent empty strings.

Example

decode_view ds;

Postconditions

this->empty() == true

Complexity

Constant.

Exception Safety

Throws nothing.