Remove the attribute having the specified value from this object.
Synopsis
Declared in <ball_managedattributeset.h>
int
removePredicate(ManagedAttribute const& value);
Description
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.
Return Value
1 on success, and 0 if the attribute does not exist
Parameters
Name |
Description |
value |
attribute to remove |
Created with MrDocs