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