An STL function object for sorting an array of pointers to Namables into order by name. More...
#include "namable.h"
Public Member Functions | |
bool | operator() (const Namable *n1, const Namable *n2) const |
An STL function object for sorting an array of pointers to Namables into order by name.
Returns true if the objects are in sorted order, false otherwise.