boost::http_proto::fields_view_base::const_reference
A view to an HTTP field.
Synopsis
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