GG
|
Sorts iterators to ListBox::Row*s from a container of ListBox::Row*s. More...
#include <ListBox.h>
Sorts iterators to ListBox::Row*s from a container of ListBox::Row*s.
For instance for use in a std::map<> or std::set<> (eg, ListBox::SelectionSet). The iterators must refer to pointers to ListBox::Rows that are laid out vertically (as in a ListBox). This layout is used to define a y-ordering that is used to sort the iterators.