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

Name

Description

a

The left‐hand pointer.

b

The right‐hand pointer.

Created with MrDocs