Boost.Buffers

    • Introduction
    • Algorithms
    • Dynamic Buffers
    • Customization
    • Concepts
      • ConstBufferSequence
      • MutableBufferSequence
      • DynamicBuffer
    • Reference
  • boost::buffers::size_tag
arrow_upward

boost::buffers::size_tag

size tag for tag_invoke

Synopsis

Declared in <boost/buffers/buffer.hpp>

struct size_tag;

Description

This type is used in overloads of tag_invoke for user‐defined types to customize the size() algorithm.

Created with MrDocs