Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
comparer Class Reference

Public Member Functions

IGL_INLINE bool operator() (const std::pair< int, double > &lhs, const std::pair< int, double > &rhs) const
 

Detailed Description

Member Function Documentation

◆ operator()()

IGL_INLINE bool comparer::operator() ( const std::pair< int, double > &  lhs,
const std::pair< int, double > &  rhs 
) const
inline
299 {
300 return lhs.second>rhs.second;
301 }

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