boost::capy::buffer_array::to_span
Return a span of the buffers.
Synopses
Return a span of the buffers.
std::span<value_type>
to_span() noexcept;
Return a span of the buffers.
std::span<value_type const>
to_span() const noexcept;
Created with MrDocs