Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template ne

pfr::ne — Compares lhs and rhs for inequality using their own comparison and conversion operators; if no operators available returns pfr::ne_fields (lhs, rhs).

Synopsis

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


template<typename T, typename U> unspecified ne(const T & lhs, const U & rhs);

Description

Returns:

true if lhs is not equal to rhs; false otherwise


PrevUpHomeNext