Return true if the attribute having specified value exists in any of the attribute containers referred to by this object, and false otherwise.
Synopsis
Declared in <ball_attributecontainerlist.h>
bool
hasValue(Attribute const& value) const;
Return Value
true if value exists in any container, and false otherwise
Parameters
Name |
Description |
value |
attribute value to look up |
Created with MrDocs