boost::burl::fields_base::const_iterator
A random‐access iterator to HTTP fields.
Synopsis
Declared in <boost/burl/fields_base.hpp>
using const_iterator = 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.
Created with MrDocs