Google APIs Client Library for C++
|
Comparator for using headers in standard template library collections. More...
#include "client/transport/http_types.h"
Public Member Functions | |
RequestHeaderLess () | |
Constructor is overloaded to perform some global initialization. | |
bool | operator() (const string &a, const string &b) const |
Compares headers for sort-order. |
Comparator for using headers in standard template library collections.
Puts certain headers before others and case-insensitive compares the rest.
Constructor is overloaded to perform some global initialization.
bool operator() | ( | const string & | a, |
const string & | b | ||
) | const |
Compares headers for sort-order.
[in] | a | Name of first header. |
[in] | b | Name of second header. |