Deleted copy assignment.

Synopsis

Declared in <llvm/MC/MCAsmInfo.h>

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

Return Value

Reference to the current object

Parameters

Name

Description

Other

Unused; this overload is deleted.

Created with MrDocs