![]() |
Home | Libraries | People | FAQ | More |
boost::pfr::gt — Compares lhs and rhs for greater-than using their own comparison and conversion operators; if no operators avalable returns boost::pfr::lt_fields (lhs, rhs).
// In header: <boost/pfr/ops.hpp> template<typename T, typename U> unspecified gt(const T & lhs, const U & rhs); template<typename T, typename U> unspecified gt(const T & lhs, const U & rhs);