BloombergLP::ball::ManagedAttributeSet::removeAttribute

Remove the attribute having the specified value from this object.

Synopsis

Declared in <ball_managedattributeset.h>

bool
removeAttribute(ManagedAttribute const& value);

Description

Return true on success and false if an attribute having the value does not exist in this object.

Return Value

true on success, and false if the attribute does not exist

Parameters

NameDescription
valueattribute to remove