Deleted copy assignment; PredicateBase cannot be copy‐assigned.

Synopsis

Declared in <llvm/Transforms/Utils/PredicateInfo.h>

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

Return Value

Reference to the current object

Parameters

Name

Description

Other

Unused; copy assignment is not allowed.

Created with MrDocs