SizeComputer::write

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

NameDescription
srcThe byte span whose size is added.