Remove the attribute having the specified value from this object.
Declared in <ball_managedattributeset.h>
int
removePredicate(ManagedAttribute const& value);
Return the number of attributes removed (i.e., 1 on success and 0 if an attribute having value does not exist in this object).
DEPRECATED: Use removeAttribute instead.
1 on success, and 0 if the attribute does not exist
| Name | Description |
|---|---|
| value | attribute to remove |