boost::capy::make_buffer
Return a buffer from a std::array.
Synopsis
template<
class T,
std::size_t N>
requires std::is_trivially_copyable_v<T>
[[nodiscard]]
mutable_buffer
make_buffer(std::array<T, N>& data) noexcept;
Return Value
a buffer from a std::array.
Created with MrDocs