Skip to content

UnaryOperator::UnaryOperator

Copy constructor

Synopsis

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

UnaryOperator(UnaryOperator const& other);

Parameters

Name

Description

other

The object to copy construct from

Created with MrDocs