boost::urls::pct_string_view::operator*

Return the string as a range of decoded characters

Synopsis

Declared in <boost/url/pct_string_view.hpp>
decode_view
operator*() const noexcept;


Description

Complexity

Constant.

Exception Safety

Throws nothing.

Return Value

A range of decoded characters.

See Also

decode_view.

Created with MrDocs