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