Member predicate ComparisonKind::isCompare
Holds if this is a ternary comparison kind. That is, a comparison of the form
compare(x, y, z)
, where z = 0
if x = y
, z < 0
if x < y
, and z > 0
if x > y
, respectively.
predicate isCompare()
Holds if this is a ternary comparison kind. That is, a comparison of the form
compare(x, y, z)
, where z = 0
if x = y
, z < 0
if x < y
, and z > 0
if x > y
, respectively.
predicate isCompare()