Skip to content

QuantumGate::Buffer::RemoveFirst

Karel Donk edited this page Sep 28, 2018 · 2 revisions

Removes the first specified number of bytes from the buffer.

Signature

void RemoveFirst(const Size num) noexcept;

Parameters

Name Description
num The number of bytes to remove.
Clone this wiki locally