Constructor
<include/boost/url/decode_view.hpp>
constexpr
decode_view() noexcept = default;
» more...
explicit
decode_view(
pct_string_view s,
encoding_opts opt = = {}) noexcept;
» more...
Default-constructed views represent empty strings.
decode_view ds;
this->empty() == true
Name | Thrown on |
---|---|
[object Object] |
string contains an invalid percent encoding. |
Name | Description |
---|---|
s | A percent-encoded string that has already been validated. |
opt | The options for decoding. If this parameter is omitted, the default options are used. |