![]() |
Home | Libraries | People | FAQ | More |
boost::pfr::less — std::less like comparator that returns boost::pfr::lt (x, y)
// In header: <boost/pfr/functors.hpp> template<typename T = void> struct less { // public member functions bool operator()(const T &, const T &) const; };