greater< _Tp > Struct Template Reference#include <_function.h>
Inheritance diagram for greater< _Tp >:
List of all members.
|
Public Member Functions |
bool | operator() (const _Tp &__x, const _Tp &__y) const |
Detailed Description
template<class _Tp>
struct greater< _Tp >
Definition at line 49 of file _function.h.
Member Function Documentation
template<class _Tp>
bool greater< _Tp >::operator() |
( |
const _Tp & |
__x, |
|
|
const _Tp & |
__y | |
|
) |
| | const [inline] |
The documentation for this struct was generated from the following file:
- /home/ntakagi/work/STLport-5.1.5/stlport/stl/_function.h
Generated on Mon Mar 10 15:33:00 2008 by
1.5.1
|