[#BloombergLP-bdlar-bdlat_sequenceAccessAttribute-0a3] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlar.adoc[bdlar]::bdlat_sequenceAccessAttribute :relfileprefix: ../../ :mrdocs: `bdlat_sequenceAccessAttribute` overloads == Synopses Declared in `<bdlar_sequenceref.h>` Invoke the specified `accessor` on the attribute of the specified `ref` identified by the specified `attributeId`. Return the value from the invocation of `accessor`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_ACCESSOR> int xref:BloombergLP/bdlar/bdlat_sequenceAccessAttribute-058.adoc[bdlat_sequenceAccessAttribute]( xref:BloombergLP/bdlar/SequenceConstRef.adoc[SequenceConstRef] const& ref, t_ACCESSOR& accessor, int attributeId); ---- [.small]#xref:BloombergLP/bdlar/bdlat_sequenceAccessAttribute-058.adoc[_» more..._]# Invoke the specified `accessor` on the attribute of the specified `ref` identified by the specified `attributeId`. Return the value from the invocation of `accessor`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_ACCESSOR> int xref:BloombergLP/bdlar/bdlat_sequenceAccessAttribute-056.adoc[bdlat_sequenceAccessAttribute]( xref:BloombergLP/bdlar/SequenceRef.adoc[SequenceRef] const& ref, t_ACCESSOR& accessor, int attributeId); ---- [.small]#xref:BloombergLP/bdlar/bdlat_sequenceAccessAttribute-056.adoc[_» more..._]# Invoke the specified `accessor` on the attribute of the specified `ref` identified by the specified `attributeName` and `attributeNameLength`. Return the value from the invocation of `accessor`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_ACCESSOR> int xref:BloombergLP/bdlar/bdlat_sequenceAccessAttribute-0e.adoc[bdlat_sequenceAccessAttribute]( xref:BloombergLP/bdlar/SequenceConstRef.adoc[SequenceConstRef] const& ref, t_ACCESSOR& accessor, char const* attributeName, int attributeNameLength); ---- [.small]#xref:BloombergLP/bdlar/bdlat_sequenceAccessAttribute-0e.adoc[_» more..._]# Invoke the specified `accessor` on the attribute of the specified `ref` identified by the specified `attributeName` and `attributeNameLength`. Return the value from the invocation of `accessor`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_ACCESSOR> int xref:BloombergLP/bdlar/bdlat_sequenceAccessAttribute-0a9.adoc[bdlat_sequenceAccessAttribute]( xref:BloombergLP/bdlar/SequenceRef.adoc[SequenceRef] const& ref, t_ACCESSOR& accessor, char const* attributeName, int attributeNameLength); ---- [.small]#xref:BloombergLP/bdlar/bdlat_sequenceAccessAttribute-0a9.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#