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