Write a buffer of bytes into the span, throwing if it would overflow.

Synopsis

Declared in <streams.h>

void
write(std::span<std::byte const> src);

Parameters

Name

Description

src

Bytes to write into the span.

Created with MrDocs