boost::pfr::equal_to — std::equal_to like comparator that returns boost::pfr::eq (x, y)
// In header: <boost/pfr/functors.hpp> template<typename T> struct equal_to { // public member functions (, ) ; };
equal_to
( x, y) ;
Returns:
true if each field of x equals the field with same index of y.