Remove the attribute having the specified value from this object.
Declared in <ball_managedattributeset.h>
bool
removeAttribute(ManagedAttribute const& value);
Return true on success and false if an 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 |