Deleted copy assignment.

Synopsis

Declared in <llvm/Analysis/AliasSetTracker.h>

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

Return Value

Reference to the current object

Parameters

Name

Description

Other

Unused; copy assignment is deleted.

Created with MrDocs