Boost.Burl

    • Introduction
    • Quick Start
    • Guide
      • Making Requests
      • Request Bodies
      • Responses
      • Error Handling
      • Headers
      • Query Parameters
      • Authentication
      • Redirects
      • Cookies
      • Timeouts
      • Connection Pool
      • Proxies
      • Compression
      • Extending
    • Examples
      • Usage
      • nlohmann/json
    • Testing
    • Reference
  • boost::burl::fields_base::const_iterator
arrow_upward

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