[#3494A3E44FB4A32EEDFACD0D5D1D995E343DC6D2]
Constructor
decode_view( pct_string_view s, encoding_opts opt = = {}) noexcept;
This constructs a view from the character buffer `s`, which must remain valid and unmodified until the view is no longer accessed.
decode_view ds( "Program%20Files" );
this->encoded() == s
Linear in `s.size()`.
Exceptions thrown on invalid input.