operator=

Function

Overloads the assignment operator to implement deep copy of the OpMC2Def class object.

Prototype

1
OpMC2Def &operator=(const OpMC2Def &def)

Parameters

Parameter

Input/Output

Description

def

Input

OpMC2Def object to be copied.

Returns

Reference of the copied result object.

Constraints

None