Skip to content

QuantumGate::Buffer::Swap

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

Swaps the contents of two buffer objects.

Signature

void Swap(VectorType& other) noexcept;
void Swap(Buffer& other) noexcept;

Parameters

Name Description
other A reference to a Buffer or Buffer::VectorType object to swap the contents with.
Clone this wiki locally