#include <IComparator.hpp>
List of all members.
Public Member Functions |
| virtual | ~IComparator () |
| virtual int | Compare (const T &left, const T &right) const =0 |
Detailed Description
template<typename T>
struct yap::IComparator< T >
Definition at line 9 of file IComparator.hpp.
Constructor & Destructor Documentation
Member Function Documentation
template<typename T>
| virtual int yap::IComparator< T >::Compare |
( |
const T & |
left, |
|
|
const T & |
right |
|
) |
| const |
|
pure virtual |
The documentation for this struct was generated from the following file: