[#BloombergLP-bdlar-bdlat_sequenceHasAttribute-03c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlar.adoc[bdlar]::bdlat_sequenceHasAttribute :relfileprefix: ../../ :mrdocs: `bdlat_sequenceHasAttribute` overloads == Synopses Declared in `<bdlar_sequenceref.h>` Return `true` if the specified `ref` has an attribute with the specified `attributeId`, and `false` otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlar/bdlat_sequenceHasAttribute-06.adoc[bdlat_sequenceHasAttribute]( xref:BloombergLP/bdlar/SequenceConstRef.adoc[SequenceConstRef] const& ref, int attributeId); ---- [.small]#xref:BloombergLP/bdlar/bdlat_sequenceHasAttribute-06.adoc[_» more..._]# Return `true` if the specified `ref` has an attribute with the specified `attributeId`, and `false` otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlar/bdlat_sequenceHasAttribute-07.adoc[bdlat_sequenceHasAttribute]( xref:BloombergLP/bdlar/SequenceRef.adoc[SequenceRef] const& ref, int attributeId); ---- [.small]#xref:BloombergLP/bdlar/bdlat_sequenceHasAttribute-07.adoc[_» more..._]# Return `true` if the specified `ref` has an attribute with the specified `attributeName` of the specified `attributeNameLength`, and `false` otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlar/bdlat_sequenceHasAttribute-035.adoc[bdlat_sequenceHasAttribute]( xref:BloombergLP/bdlar/SequenceConstRef.adoc[SequenceConstRef] const& ref, char const* attributeName, int attributeNameLength); ---- [.small]#xref:BloombergLP/bdlar/bdlat_sequenceHasAttribute-035.adoc[_» more..._]# Return `true` if the specified `ref` has an attribute with the specified `attributeName` of the specified `attributeNameLength`, and `false` otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlar/bdlat_sequenceHasAttribute-08.adoc[bdlat_sequenceHasAttribute]( xref:BloombergLP/bdlar/SequenceRef.adoc[SequenceRef] const& ref, char const* attributeName, int attributeNameLength); ---- [.small]#xref:BloombergLP/bdlar/bdlat_sequenceHasAttribute-08.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#