DereferencingComparator::operator()

Compare two pointers by dereferencing them.

Synopsis

Declared in <indirectmap.h>

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

NameDescription
aThe left-hand pointer.
bThe right-hand pointer.