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