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

boost::capy::tag_invoke

Remove a slice from the buffer

Synopsis

Declared in <boost/capy/buffers.hpp>

void
tag_invoke(
    slice_tag const&,
    const_buffer& b,
    slice_how how,
    std::size_t n) noexcept;

Parameters

Name Description

b

Holds a contiguous range of unmodifiable bytes

how

slice constants for slice customization

Created with MrDocs