Skip to content

MetricAttribute::operator/=

Division assignment operator

Synopsis

Declared in <src/midend/astProcessing/AstAttributeMechanism.h>

MetricAttribute&
operator/=(MetricAttribute const& other);

Return Value

Reference to the current object

Parameters

Name

Description

other

The right operand

Created with MrDocs