Return true if the specified ref has an attribute with the specified attributeName of the specified attributeNameLength, and false otherwise.
Declared in <bdlar_sequenceref.h>
bool
bdlat_sequenceHasAttribute(
SequenceRef const& ref,
char const* attributeName,
int attributeNameLength);
true if the attribute exists, and false otherwise
| Name | Description |
|---|---|
| ref | sequence reference to query |
| attributeName | name of the attribute |
| attributeNameLength | length of attributeName |