Skip to content

QuantumGate::Buffer::RemoveLast

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

Removes the last specified number of bytes from the buffer.

Signature

void RemoveLast(const Size num) noexcept;

Parameters

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