Return true if the referred sequence object has an attribute with the specified attributeId, and false otherwise.
Synopsis
Declared in <bdlar_sequenceref.h>
bool
hasAttribute(int attributeId) const;
Return Value
true if the attribute exists, and false otherwise
Parameters
Name |
Description |
attributeId |
id of the attribute |
Created with MrDocs