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

boost::capy::make_buffer

Return a buffer.

Synopsis

Declared in <boost/capy/buffers/make_buffer.hpp>

const_buffer
make_buffer(const_buffer const& b) noexcept;

Return Value

a buffer.

Parameters

Name Description

b

Holds a contiguous range of unmodifiable bytes

Created with MrDocs