BooleanQueryInheritedAttributeType::operator=
Copy assignment operator
Synopsis
Declared in <src/midend/astQuery/booleanQueryInheritedAttribute.h>
BooleanQueryInheritedAttributeType&
operator=(BooleanQueryInheritedAttributeType const& X);
Return Value
Reference to the current object
Parameters
Name |
Description |
X |
The object to copy assign from |
Created with MrDocs