Values are identity objects and cannot be copy‐assigned.

Synopsis

Declared in <llvm/IR/Value.h>

Value&
operator=(Value const& V) = delete;

Return Value

Reference to the current object

Parameters

Name

Description

V

Unused source value (deleted).

Created with MrDocs