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

boost::capy::neunique_ptr::operator*

Dereference the pointer.

Synopsis

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