Add the size of a byte span to the running count.

Synopsis

Declared in <serialize.h>

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

Parameters

Name

Description

src

The byte span whose size is added.

Created with MrDocs