Constructor
void
decode_view() noexcept;
Declared in file <boost/url/decode_view.hpp> at line 174
Default-constructed views represent empty strings.
decode_view ds;
this->empty() == true
Constant.
Throws nothing.