Skip to content

VariantVector::operator=

Copy assignment operator

Synopsis

Declared in <src/midend/astQuery/astQuery.h>

VariantVector
operator=(VariantVector const& X);

Return Value

Another instance of the object

Parameters

Name

Description

X

The object to copy assign from

Created with MrDocs