#include <bd.h>
|
bool | operator() (const T &x, const T &y) const |
|
int | Cmp (const T &d1, const T &d2) const |
|
template<class T>
class TLss< T >
Definition at line 368 of file bd.h.
template<class T >
int TLss< T >::Cmp |
( |
const T & |
d1, |
|
|
const T & |
d2 |
|
) |
| const |
|
inline |
Definition at line 371 of file bd.h.
372 if (d1<d2){
return -1;}
373 else if (d2<d1){
return 1;}
template<class T >
bool TLss< T >::operator() |
( |
const T & |
x, |
|
|
const T & |
y |
|
) |
| const |
|
inline |
Definition at line 370 of file bd.h.
The documentation for this class was generated from the following file: