|
libassa 3.5.0
|
Less is borrowed from STL implementation. More...
#include <PriorityQueue_Impl.h>
Public Member Functions | |
| bool | operator() (const T &x, const T &y) const |
Less is borrowed from STL implementation.
Definition at line 41 of file PriorityQueue_Impl.h.
| bool ASSA::Less< T >::operator() | ( | const T & | x, |
| const T & | y | ||
| ) | const [inline] |
Definition at line 42 of file PriorityQueue_Impl.h.
{ return x < y; }
1.7.3