Panda3D
|
An STL function object class, this is intended to be used on any ordered collection of pointers to classes that contain an operator <() method. More...
#include "stl_compares.h"
Public Member Functions | |
bool | operator() (const Key &a, const Key &b) const |
Returns true if a sorts before b, false otherwise. More... | |
An STL function object class, this is intended to be used on any ordered collection of pointers to classes that contain an operator <() method.
It defines the order of the pointers via operator <().
Definition at line 93 of file stl_compares.h.
|
inline |
Returns true if a sorts before b, false otherwise.
Definition at line 67 of file stl_compares.I.
References indirect_compare_to< Key >::operator()().
Referenced by compare_to< Key >::is_equal().