Simple string comparator using strcmp as implementation. More...
Public Member Functions | |
bool | operator() (const char *a, const char *b) const |
bool | operator() (const char *a, const char *b) const |
Compare a to b using strcmp. |
Simple string comparator using strcmp as implementation.
Definition at line 15 of file string_compare_type.hpp.
bool StringCompare::operator() | ( | const char * | a, | |
const char * | b | |||
) | const [inline] |
Compare a to b using strcmp.
a | string to compare. | |
b | string to compare. |
Definition at line 45 of file depend.cpp.