Parasol Planning Library (PPL)
Public Member Functions
CompareSecondReverse< T, U > Struct Template Reference

#include <MPUtils.h>

Public Member Functions

const bool operator() (const std::pair< T, U > &_a, const std::pair< T, U > &_b) const noexcept
 

Detailed Description

template<typename T, typename U>
struct CompareSecondReverse< T, U >

Compare the second of a pair reversed.

Template Parameters
TType 1 of pair
UType 2 of pair

Member Function Documentation

◆ operator()()

template<typename T , typename U >
const bool CompareSecondReverse< T, U >::operator() ( const std::pair< T, U > &  _a,
const std::pair< T, U > &  _b 
) const
inlinenoexcept

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