Skip to content

SymbolicVal::operator=

Copy assignment operator

Synopsis

Declared in <src/midend/astUtil/symbolicVal/SymbolicVal.h>

SymbolicVal&
operator=(SymbolicVal const& that);

Return Value

Reference to the current object

Parameters

Name

Description

that

The object to copy assign from

Created with MrDocs