Write raw bytes from src to the file, applying obfuscation.

Synopsis

Declared in <streams.h>

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

Parameters

Name

Description

src

Bytes to write to the file.

Created with MrDocs