Deleted copy‐assignment operator.

Synopsis

Declared in <llvm/TableGen/Record.h>

DagInit&
operator=(DagInit const& Other) = delete;

Return Value

Reference to the current object

Parameters

Name

Description

Other

Unused; copy assignment is deleted.

Created with MrDocs