[#DereferencingComparator] = DereferencingComparator :mrdocs: Comparator that orders pointers by the values they point to. == Synopsis Declared in `<indirectmap.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class T> struct DereferencingComparator; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:DereferencingComparator/operator_call.adoc[`operator()`] | Compare two pointers by dereferencing them. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#