boost::burl::fields_base::iterator

A random‐access iterator to HTTP fields.

Synopsis

class iterator;

Description

Dereferencing returns a field_view by value; the views it holds point into the container.

The iterator is invalidated when the underlying container is modified.

Types

Name

Description

arrow

Proxy returned by operator‐>

Member Functions

Name

Description

iterator [constructor]

Default constructor

operator*

operator++

Increment operators

operator+=

Addition assignment operator

operator‐‐

Decrement operators

operator‐=

Subtraction assignment operator

operator‐>

Member access operator

operator[]

operator==

Equality operator

operator<=>

Three‐way comparison operator

Friends

Name

Description

boost::burl::operator‐

boost::burl::operator‐

Subtraction operator

boost::burl::operator+

Addition operator

boost::burl::operator+

Addition operator

boost::burl::fields_base

An order‐preserving container of HTTP fields.

Created with MrDocs