An iterator of constant, decoded characters.
Name | Description |
---|---|
const_reference | |
difference_type | |
iterator_category | |
pointer | |
reference | |
size_type | |
value_type |
Name | Description |
---|---|
base | |
iterator [constructor] | |
operator!= | |
operator* | |
operator++ | |
operator-- | |
operator= | |
operator== |
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.