Boost.Buffers

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

boost::buffers::make_any

Synopsis

Declared in <boost/buffers/any.hpp>

template<class BufferRange>
any_impl<BufferRange>
make_any(BufferRange const& b);

Created with MrDocs