llvm::RecordRecTy::operator=

Assigning a RecordRecTy is not supported.

Synopsis

Declared in <llvm/TableGen/Record.h>

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

Return Value

Reference to the current object

Parameters

NameDescription
OtherUnused; copy assignment is deleted.