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