-
Notifications
You must be signed in to change notification settings - Fork 23
QuantumGate::Result::GetValue
Karel Donk edited this page Sep 5, 2018
·
3 revisions
Returns a reference to the value. This function doesn't first check if there is a value stored in the result object; use Succeeded() or HasValue() to check before using the value.
T& GetValue() noexcept;const T& GetValue() const noexcept;Returns a reference to the value stored in the result object.