Skip to content

operator>=

Greater‐than‐or‐equal operator

Synopsis

Declared in <src/midend/astUtil/symbolicVal/SymbolicVal.h>

bool
operator>=(
    SymbolicVal const& v1,
    SymbolicVal const& v2);

Return Value

true if the left object is greater than or equal to the right object, false otherwise

Parameters

Name

Description

v1

The left operand

v2

The right operand

Created with MrDocs