Read bytes from the underlying stream.
Synopsis
Declared in <serialize.h>
void
read(std::span<std::byte> dst);
Parameters
Name |
Description |
dst |
The buffer to read into. |
Created with MrDocs
Read bytes from the underlying stream.
Declared in <serialize.h>
void
read(std::span<std::byte> dst);
Name |
Description |
dst |
The buffer to read into. |
Created with MrDocs