commons::eqstr Struct Reference
A functor that checks for string equality.
More...
#include <strings.h>
List of all members.
|
Public Member Functions |
bool | operator() (const char *s1, const char *s2) const |
Detailed Description
A functor that checks for string equality.
Mainly useful as a template parameter to the hash data structures in STL extensions.
Definition at line 42 of file strings.h.
The documentation for this struct was generated from the following file: