Constructor
Synopsis
Declared in <boost/url/decode_view.hpp>
constexpr
decode_view() noexcept = default;Description
Default‐constructed views represent empty strings.
Example
decode_view ds;Postconditions
this->empty() == trueComplexity
Constant.
Exception Safety
Throws nothing.
Created with MrDocs