KASKADE 7 development version
Public Member Functions | List of all members
Kaskade::FirstGreater Struct Reference

A comparator functor that supports sorting std::pair by their first component. More...

#include <firstless.hh>

Detailed Description

A comparator functor that supports sorting std::pair by their first component.

Definition at line 33 of file firstless.hh.

Public Member Functions

template<class Pair >
bool operator() (Pair const &p1, Pair const &p2) const
 

Member Function Documentation

◆ operator()()

template<class Pair >
bool Kaskade::FirstGreater::operator() ( Pair const &  p1,
Pair const &  p2 
) const
inline

Definition at line 36 of file firstless.hh.


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