boost::intrusive::priority_compare
// In header: <boost/intrusive/priority_compare.hpp> template<typename T> struct priority_compare { // public member functions bool operator()(const T &, const T &) const; };
priority_compare
bool operator()(const T & val, const T & val2) const;