Boost.Capy

    • Reference
  • boost::capy::operator!=
arrow_upward

boost::capy::operator!=

Compare for inequality.

Synopsis

Declared in <boost/capy/neunique_ptr.hpp>

template<
    class T,
    class U>
bool
operator!=(
    neunique_ptr<T> const& a,
    neunique_ptr<U> const& b) noexcept;

Return Value

true if pointers differ.

Parameters

Name Description

a

The left operand

b

The right operand

Created with MrDocs