PPL API Reference
Overview Core Algorithm Abstractions Utilities Parallel Methods
Modules Class Hierarchy Classes Functions
Todo List Bug List Dead Code
List of all members | Public Member Functions
CompareSecondReverse< T, U > Struct Template Reference

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

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