decode_view

Constructor

Synopsis

void decode_view() noexcept;

Declared in file <boost/url/decode_view.hpp> at line 174

Description

Default-constructed views represent empty strings.

Example

decode_view ds;

Postconditions

this->empty() == true

Complexity

Constant.

Exception Safety

Throws nothing.