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

boost::capy::const_buffer::size

Return the number of valid bytes in the referenced memory region

Synopsis

Declared in <boost/capy/buffers.hpp>

constexpr
std::size_t
size() const noexcept;

Return Value

the number of valid bytes in the referenced memory region

Created with MrDocs