Return true if the attribute having specified value exists in this object, and false otherwise.
Declared in <ball_defaultattributecontainer.h>
virtual
bool
hasValue(Attribute const& value) const override;
true if an attribute having value exists, and false otherwise
| Name | Description |
|---|---|
| value | attribute value to look up |