WPILibC++  2018.4.1-20180924001740-1197-g467c9fd
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
wpi::less_second Struct Reference

Function object to check whether the second component of a std::pair compares less than the second component of another std::pair. More...

#include <STLExtras.h>

Public Member Functions

template<typename T >
bool operator() (const T &lhs, const T &rhs) const
 

Detailed Description

Function object to check whether the second component of a std::pair compares less than the second component of another std::pair.


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