Fawkes API Fawkes Development Version
|
String equality checker. More...
#include <>>
Public Member Functions | |
bool | operator() (const char *s1_, const char *s2_) const |
Check equality of two strings. More... | |
String equality checker.
This is a valid binary predicate that can be used for instance hash maps as the equality predicate.
The only method is used to check whether two supplied strings are equal. Uses strcmp for char arrays.
Definition at line 29 of file string_compare.h.
bool fawkes::StringEquality::operator() | ( | const char * | s1_, |
const char * | s2_ | ||
) | const |
Check equality of two strings.
s1_ | first string |
s2_ | second string |
Definition at line 47 of file string_compare.cpp.