Constructor
<boost/url/decode_view.hpp>Constructor
constexpr
decode_view() noexcept = default;
» more...
Constructor
constexpr
explicit
decode_view(
pct_string_view s,
encoding_opts opt = {}) noexcept;
» more...
| Name | Description |
|---|---|
| s | A percent-encoded string that has already been validated. Implicit conversion from other string types is supported but may throw exceptions. |
| opt | The options for decoding. If this parameter is omitted, the default options are used. |