Boost.Capy

    • Introduction
    • Quick Start
    • Coroutines
      • Tasks
      • Launching Tasks
      • Executor Affinity
      • Cancellation
    • Execution
      • Executors
      • Execution Contexts
      • Frame Allocation
    • Utilities
      • Containers
      • File I/O
      • Compression
    • Concepts
      • dispatcher
      • executor
      • affine_awaitable
      • stoppable_awaitable
      • frame_allocator
      • is_execution_context
    • Performance Tuning
      • High-Performance Allocators
    • 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