Function template eq_fields
boost::pfr::eq_fields
Synopsis
template<typename T, typename U>
( lhs, rhs);
Description
Does a field-by-field equality comparison.
Returns: |
L == R && tuple_size_v<T> == tuple_size_v<U> , where L and R are the results of calling std::tie on first N fields of lhs and
|