Move assignment is disabled; a moved‐from Ref would leave two Refs for one entry.

Synopsis

Declared in <txgraph.h>

Ref&
operator=(Ref&& other) noexcept = delete;

Return Value

Reference to the current object

Parameters

Name

Description

other

The Ref being assigned from.

Created with MrDocs