CoinUtils  2.11.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
CoinFirstAbsGreater_2< S, T > Class Template Reference

Function operator. More...

#include <CoinSort.hpp>

Public Member Functions

bool operator() (CoinPair< S, T > t1, CoinPair< S, T > t2) const
 Compare function. More...
 

Detailed Description

template<class S, class T>
class CoinFirstAbsGreater_2< S, T >

Function operator.

Returns true if abs(t1.first) > abs(t2.first) (i.e., decreasing).

Definition at line 94 of file CoinSort.hpp.

Member Function Documentation

template<class S , class T >
bool CoinFirstAbsGreater_2< S, T >::operator() ( CoinPair< S, T >  t1,
CoinPair< S, T >  t2 
) const
inline

Compare function.

Definition at line 97 of file CoinSort.hpp.


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