Isle
|
Comparator used to order keys in LegoContainerInfo maps; compares C-strings lexicographically. More...
#include <legocontainer.h>
Public Member Functions | |
LegoBool | operator() (const char *const &p_key0, const char *const &p_key1) const |
Comparator used to order keys in LegoContainerInfo maps; compares C-strings lexicographically.
[AI]
[AI] Used as a functor for sorting map keys in a descending string order, making use of std::strcmp. [AI]
Definition at line 19 of file legocontainer.h.
|
inline |
Definition at line 20 of file legocontainer.h.