Remove the attribute having the specified value from this object.
Declared in <ball_defaultattributecontainer.h>
bool
removeAttribute(Attribute const& value);
Return the true on success and false if the attribute having the value does not exist in this object.
true on success, and false if the attribute does not exist
| Name | Description |
|---|---|
| value | attribute to remove |