#include <Comparators.h>
Public Member Functions | |
bool | operator() (const T *f, const T *s) const |
It compares two NULL terminated C-strings. More... | |
Definition at line 64 of file Comparators.h.
|
inline |
It compares two NULL terminated C-strings.
f | The first string. |
s | The second string. |
Definition at line 74 of file Comparators.h.