[#DereferencingComparator-operator_call] = xref:DereferencingComparator.adoc[DereferencingComparator]::operator() :relfileprefix: ../ :mrdocs: Compare two pointers by dereferencing them. == Synopsis Declared in `<indirectmap.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator()( T const a, T const b) const; ---- == Return Value true if the value pointed to by a is less than the value pointed to by b. == Parameters [cols="1,4"] |=== | Name| Description | *a* | The left‐hand pointer. | *b* | The right‐hand pointer. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#