LibreOffice Module o3tl (master) 1
|
Implements an ordering function over a pointer, where the comparison uses the < operator on the pointed-to types. More...
#include <sorted_vector.hxx>
Public Member Functions | |
bool | operator() (T *const &lhs, T *const &rhs) const |
Implements an ordering function over a pointer, where the comparison uses the < operator on the pointed-to types.
Very useful for the cases where we put pointers to objects inside a sorted_vector.
Definition at line 363 of file sorted_vector.hxx.
|
inline |
Definition at line 365 of file sorted_vector.hxx.