read a number of bytes
Synopsis
Declared in <streams.h>
void
read(std::span<std::byte> dst);
Parameters
Name |
Description |
dst |
Buffer to fill with bytes read from the stream. |
Created with MrDocs
read a number of bytes
Declared in <streams.h>
void
read(std::span<std::byte> dst);
Name |
Description |
dst |
Buffer to fill with bytes read from the stream. |
Created with MrDocs