boost::burl::fields_base::iterator
A random‐access iterator to HTTP fields.
Synopsis
Declared in <boost/burl/fields_base.hpp>
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.
Member Functions
Name |
Description |
|
Default constructor |
Increment operators |
|
Addition assignment operator |
|
Decrement operators |
|
Subtraction assignment operator |
|
Member access operator |
|
Equality operator |
|
Three‐way comparison operator |
Friends
Name |
Description |
Subtraction operator |
|
Addition operator |
|
Addition operator |
|
An order‐preserving container of HTTP fields. |
Created with MrDocs