BloombergLP::ball::Rule::hasPredicate

Return true if an attribute having specified value exists in this object, and false otherwise.

Synopsis

Declared in <ball_rule.h>

bool
hasPredicate(Predicate const& value) const;

Description

DEPRECATED: Use hasAttribute instead.

Return Value

true if an attribute having value exists, and false otherwise

Parameters

NameDescription
valueattribute to look up