Constructor

Synopsis

Declared in header </boost/url/decode_view.hpp#L174[boost/url/decode_view.hpp,window=blank_]>

constexpr
decode_view() noexcept = default;

Description

Default-constructed views represent empty strings.

Example

decode_view ds;

Postconditions

this->empty() == true

Complexity

Constant.

Exception Safety

Throws nothing.

Return Value

  • void