Return true if the specified ref has an attribute with the specified attributeId, and false otherwise.
Declared in <bdlar_sequenceref.h>
bool
bdlat_sequenceHasAttribute(
SequenceConstRef const& ref,
int attributeId);
true if the attribute exists, and false otherwise
| Name | Description |
|---|---|
| ref | sequence reference to query |
| attributeId | id of the attribute |