Comparator that orders pointers by the values they point to.
Synopsis
Declared in <indirectmap.h>
template<class T>
struct DereferencingComparator;
Member Functions
Name |
Description |
Compare two pointers by dereferencing them. |
Created with MrDocs