Return a writable span of bytes viewing the same memory as the range v.
Declared in <span.h>
template<typename V>
auto
MakeWritableByteSpan(V&& v) noexcept;
A writable span of bytes over the same memory as v.
| Name | Description |
|---|---|
| v | The range whose bytes are viewed. |