|
Isle
|
[AI] Functor for comparing two MxAtom pointers based on their keys (strings). More...
#include <mxatom.h>
Public Member Functions | |
| int | operator() (MxAtom *const &p_val0, MxAtom *const &p_val1) const |
| [AI] Compares two atom pointers lexicographically by their string keys. More... | |
[AI] Functor for comparing two MxAtom pointers based on their keys (strings).
[AI] Used as the comparator for sets of MxAtom pointers (e.g., in MxAtomSet), ensuring uniqueness in the atom set and enabling efficient lookup.