HDK
|
C++ functor for comparing two strings for equality of their characters. More...
#include <strutil.h>
Public Member Functions | |
bool | operator() (const char *a, const char *b) const |
bool | operator() (string_view a, string_view b) const |
C++ functor for comparing two strings for equality of their characters.
|
inline |