OpenMS  2.7.0
Public Member Functions | List of all members
PairComparatorSecondElement< PairType > Struct Template Reference

Class for comparison of std::pair using second ONLY e.g. for use with std::sort. More...

#include <OpenMS/KERNEL/ComparatorUtils.h>

Public Member Functions

bool operator() (const PairType &left, const PairType &right) const
 

Detailed Description

template<typename PairType>
struct OpenMS::PairComparatorSecondElement< PairType >

Class for comparison of std::pair using second ONLY e.g. for use with std::sort.

Member Function Documentation

◆ operator()()

bool operator() ( const PairType &  left,
const PairType &  right 
) const
inline