Write a buffer of bytes at the current position, overwriting then appending as needed.
Synopsis
Declared in <streams.h>
void
write(std::span<std::byte const> src);
Parameters
Name |
Description |
src |
Bytes to write into the vector. |
Created with MrDocs