DereferencingComparator

Comparator that orders pointers by the values they point to.

Synopsis

Declared in <indirectmap.h>

template<class T>
struct DereferencingComparator;

Member Functions

NameDescription
operator() Compare two pointers by dereferencing them.