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::const_buffer::const_buffer
arrow_upward

boost::capy::const_buffer::const_buffer

Constructor

Synopsis

Declared in <boost/capy/buffers.hpp>

constexpr
const_buffer(
    void const* data,
    std::size_t size) noexcept;

Parameters

Name Description

data

The value to construct from

Created with MrDocs