Boost.Capy

    • Introduction
    • Quick Start
    • Coroutines
      • Tasks
      • Launching Tasks
      • Executor Affinity
      • Cancellation
    • Execution
      • Thread Pool
      • Execution Contexts
      • Executors
      • Frame Allocation
    • Buffers
      • Buffer Types
      • Buffer Sequences
      • Dynamic Buffers
    • Cryptography
      • BCrypt Password Hashing
    • Compression
      • Brotli
      • ZLib
    • Utilities
      • Containers
      • File I/O
    • Performance Tuning
      • High-Performance Allocators
    • Reference
  • boost::capy::operator!=
arrow_upward

boost::capy::operator!=

Compare for inequality.

Synopsis

Declared in <boost/capy/core/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