Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of boost. Click here for the latest Boost documentation.
PrevUpHomeNext

http::basic_fields::key_compare

A strictly less predicate for comparing keys, using a case-insensitive comparison.

Synopsis

Defined in header <boost/beast/http/fields.hpp>

struct key_compare :
    public iless
Member Functions

Name

Description

operator()

Returns true if lhs is less than rhs using a strict ordering.

Description

The case-comparison operation is defined only for low-ASCII characters.

Convenience header <boost/beast/http.hpp>


PrevUpHomeNext