GG::ListBox::RowPtrIteratorLess< Cont > Struct Template Reference
Sorts iterators to
ListBox::Row*s from a container of
ListBox::Row*s.
More...
#include <ListBox.h>
List of all members.
Detailed Description
template<class Cont>
struct GG::ListBox::RowPtrIteratorLess< Cont >
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.
Definition at line 114 of file ListBox.h.
The documentation for this struct was generated from the following file: