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

Synopsis

Declared in <ball_rule.h>

bool
hasAttribute(ManagedAttribute const& value) const;

Return Value

true if an attribute having value exists, and false otherwise

Parameters

Name

Description

value

attribute to look up

Created with MrDocs