CompactRepresentation::operator=
Assignment operator overload for Compactrepresentation
Synopsis
Declared in <src/midend/programAnalysis/VirtualFunctionAnalysis/IntraProcAliasAnalysis.h>
CompactRepresentation&
operator=(CompactRepresentation const& p);
Return Value
Reference to the current object
Parameters
Name |
Description |
p |
The object to copy assign from |
Created with MrDocs