boost::intrusive::priority_compare<void>
// In header: <boost/intrusive/priority_compare.hpp> struct priority_compare<> { // public member functions template<typename T, typename U> bool (const T &, const U &) ; };
priority_compare
template<typename T, typename U> bool (const T & t, const U & u) ;