Implementation detail, only used internally.

Synopsis

Declared in <streams.h>

std::size_t
detail_fread(std::span<std::byte> dst);

Return Value

The number of bytes actually read.

Parameters

Name

Description

dst

Buffer to read raw bytes into.

Created with MrDocs