boost::capy::make_buffer
Return a buffer from a mutable contiguous range.
Synopsis
template</* implementation-defined */ T>
[[nodiscard]]
mutable_buffer
make_buffer(T& data) noexcept;
Return Value
a buffer from a mutable contiguous range.
Created with MrDocs