Boost.HTTP.Proto

    • Sans-I/O Philosophy
    • HTTP Protocol Basics
    • Header Containers
    • Message Bodies
    • Serializing
    • Parsing
    • Message
    • Design Requirements
      • Serializer
      • Parser
    • Reference
  • boost::http_proto::fields_view_base::const_reference
arrow_upward

boost::http_proto::fields_view_base::const_reference

A view to an HTTP field.

Synopsis

Declared in <boost/http_proto/fields_view_base.hpp>

typedef reference const_reference;

Description

The view will be invalidated when the underlying container is modified.

The caller is responsible for ensuring that the lifetime of the container extends until it is no longer referenced.

Created with MrDocs