Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template ne_fields

pfr::ne_fields

Synopsis

// In header: <pfr/ops_fields.hpp>


template<typename T, typename U> 
  constexpr bool ne_fields(const T & lhs, const U & rhs);

Description

Does a field-by-field inequality 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


PrevUpHomeNext