GNU g++  v5.2.1
GNU Standard C++
__gnu_parallel::_Less< _T1, _T2 > Struct Template Reference

Similar to std::less, but allows two different types. More...

#include <base.h>

Inheritance diagram for __gnu_parallel::_Less< _T1, _T2 >:
Collaboration diagram for __gnu_parallel::_Less< _T1, _T2 >:

Public Member Functions

bool operator() (const _T1 &__t1, const _T2 &__t2) const
 
bool operator() (const _T2 &__t2, const _T1 &__t1) const
 

Detailed Description

template<typename _T1, typename _T2>
struct __gnu_parallel::_Less< _T1, _T2 >

Similar to std::less, but allows two different types.

Member Function Documentation

template<typename _T1 , typename _T2 >
bool __gnu_parallel::_Less< _T1, _T2 >::operator() ( const _T1 &  __t1,
const _T2 &  __t2 
) const
inline
template<typename _T1 , typename _T2 >
bool __gnu_parallel::_Less< _T1, _T2 >::operator() ( const _T2 &  __t2,
const _T1 &  __t1 
) const
inline

The documentation for this struct was generated from the following file: