Copy‐assign from another callback handle.

Synopsis

Declared in <llvm/IR/ValueHandle.h>

constexpr
CallbackVH&
operator=(CallbackVH const& RHS) = default;

Return Value

A reference to this handle.

Parameters

Name

Description

RHS

Handle whose Value pointer is copied.

Created with MrDocs