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