Skip to content

QuantumGate::Buffer::GetBytes

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

Returns a QuantumGate::Byte pointer to the data contained in the buffer. Enables you to write or copy raw bytes from the buffer.

Signature

Byte* GetBytes() noexcept;
const Byte* GetBytes() const noexcept;

Return values

Returns a QuantumGate::Byte pointer to the data contained in the buffer.

Clone this wiki locally