Isle
|
[AI] Comparator for string keys in map for use with LegoHideAnimStruct. More...
#include <legohideanimpresenter.h>
Public Member Functions | |
MxBool | operator() (const char *const &p_a, const char *const &p_b) const |
[AI] Operator comparison using strcmp for strict-weak ordering. More... | |
[AI] Comparator for string keys in map for use with LegoHideAnimStruct.
Compares two C-style strings using strcmp.
Definition at line 11 of file legohideanimpresenter.h.
|
inline |
[AI] Operator comparison using strcmp for strict-weak ordering.
p_a | First string [AI] |
p_b | Second string [AI] |
Definition at line 16 of file legohideanimpresenter.h.