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