ゴミ箱
Public Member Functions | List of all members
boost::beast::http::basic_fields< Allocator >::key_compare Struct Reference

#include <fields.hpp>

Inheritance diagram for boost::beast::http::basic_fields< Allocator >::key_compare:
boost::beast::iless

Public Member Functions

template<class String >
bool operator() (String const &lhs, value_type const &rhs) const noexcept
 Returns true if lhs is less than rhs using a strict ordering. More...
 
template<class String >
bool operator() (value_type const &lhs, String const &rhs) const noexcept
 Returns true if lhs is less than rhs using a strict ordering. More...
 
bool operator() (value_type const &lhs, value_type const &rhs) const noexcept
 Returns true if lhs is less than rhs using a strict ordering. More...
 
- Public Member Functions inherited from boost::beast::iless
bool operator() (string_view lhs, string_view rhs) const
 

Detailed Description

template<class Allocator>
struct boost::beast::http::basic_fields< Allocator >::key_compare

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

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

Member Function Documentation

template<class Allocator>
template<class String >
bool boost::beast::http::basic_fields< Allocator >::key_compare::operator() ( String const &  lhs,
value_type const &  rhs 
) const
inlinenoexcept

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

template<class Allocator>
template<class String >
bool boost::beast::http::basic_fields< Allocator >::key_compare::operator() ( value_type const &  lhs,
String const &  rhs 
) const
inlinenoexcept

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

template<class Allocator>
bool boost::beast::http::basic_fields< Allocator >::key_compare::operator() ( value_type const &  lhs,
value_type const &  rhs 
) const
inlinenoexcept

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


The documentation for this struct was generated from the following file: