boost::capy::front

front overloads

Synopses

Return the first const buffer, or an empty buffer.

template<ConstBufferSequence ConstBufferSequence>
requires (!MutableBufferSequence<ConstBufferSequence>)
const_buffer
front(ConstBufferSequence const& bs) noexcept;

Return the first mutable buffer, or an empty buffer.

template<MutableBufferSequence MutableBufferSequence>
mutable_buffer
front(MutableBufferSequence const& bs) noexcept;

Created with MrDocs