boost::urls::decode_view::iterator

An iterator of constant, decoded characters.

Synopsis

Declared in <include/boost/url/impl/decode_view.hpp>

class iterator;

Types

NameDescription
const_reference
difference_type
iterator_category
pointer
reference
size_type
value_type

Member Functions

NameDescription
base
iterator [constructor]
operator!=
operator*
operator++
operator--
operator=
operator==

Description

This iterator is used to access the encoded string as a bidirectional range of characters with percent-decoding applied. Escape sequences are not decoded until the iterator is dereferenced.

Created with MrDocs