Comparator that orders pointers by the values they point to.

Synopsis

Declared in <indirectmap.h>

template<class T>
struct DereferencingComparator;

Member Functions

Name

Description

operator()

Compare two pointers by dereferencing them.

Created with MrDocs