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::neunique_ptr::operator*
arrow_upward

boost::capy::neunique_ptr::operator*

Dereference the pointer.

Synopsis

Declared in <boost/capy/core/neunique_ptr.hpp>

std::add_lvalue_reference<T>::type
operator*() const noexcept;

Return Value

Reference to the pointed‐to object.

Preconditions

  • get() != nullptr

Created with MrDocs