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