Write bytes to the underlying stream.
Synopsis
Declared in <serialize.h>
void
write(std::span<std::byte const> src);
Parameters
Name |
Description |
src |
The bytes to write. |
Created with MrDocs
Write bytes to the underlying stream.
Declared in <serialize.h>
void
write(std::span<std::byte const> src);
Name |
Description |
src |
The bytes to write. |
Created with MrDocs