1 #ifndef _CONTAINERS_MAP_HPP 2 #define _CONTAINERS_MAP_HPP 30 strcmp(first,second)<0;
37 std::map<
const char*,T,CStringComparer>;
Object incapsulating the comparison operator between two c strings.
bool operator()(const char *first, const char *second) const
Comparison operator.