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