Skip to content

operator<

Less‐than 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 less than the right object, false otherwise

Parameters

Name

Description

v1

The left operand

v2

The right operand

Created with MrDocs