Skip to content

QuantumGate::Extender::Extender

Karel Donk edited this page Dec 10, 2019 · 2 revisions

Constructs a QuantumGate::Extender object. All constructors from derived classes should call the primary constructor (1) during initialization.

Signature

  1. Extender(const ExtenderUUID& uuid, const String& name) noexcept;
  2. Extender(Extender&&) noexcept;

Parameters

Name Description
uuid The Universally Unique Identifier of the extender. See QuantumGate::UUID for details.
name The name of the extender.
Clone this wiki locally