23 #ifndef __ccxx_CStringLessThanFunctor_hxx 24 #define __ccxx_CStringLessThanFunctor_hxx 39 :
public std::binary_function<const char*, const char*, bool>
56 bool operator()(
const char* a,
const char* b)
const;
65 #endif // __ccxx_CStringLessThanFunctor_hxx bool operator()(const char *a, const char *b) const
Compare two C strings.
Definition: CStringLessThanFunctor.c++:44
CStringLessThanFunctor(bool caseSensitive=true)
Construct a new CStringLessThanFunctor with the given case sensitivity.
Definition: CStringLessThanFunctor.c++:36
A "less than" comparator for C strings.
Definition: CStringLessThanFunctor.h++:38
Definition: AllocationMap.c++:25