It implements several compare functions. More...
#include <Comparators.h>
Public Member Functions | |
| bool | operator() (const T &f, const T &s) const | 
| It compares two NULL terminated C-strings.  More... | |
It implements several compare functions.
Definition at line 43 of file Comparators.h.
      
  | 
  inline | 
It compares two NULL terminated C-strings.
| f | The first string. | 
| s | The second string. | 
Definition at line 53 of file Comparators.h.