[#BloombergLP-bdlar-bdlat_sequenceAccessAttributes-01] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlar.adoc[bdlar]::bdlat_sequenceAccessAttributes :relfileprefix: ../../ :mrdocs: `bdlat_sequenceAccessAttributes` overloads == Synopses Declared in `<bdlar_sequenceref.h>` Invoke the specified `accessor` on all attributes of the specified `ref`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_ACCESSOR> int xref:BloombergLP/bdlar/bdlat_sequenceAccessAttributes-04.adoc[bdlat_sequenceAccessAttributes]( xref:BloombergLP/bdlar/SequenceConstRef.adoc[SequenceConstRef] const& ref, t_ACCESSOR& accessor); ---- [.small]#xref:BloombergLP/bdlar/bdlat_sequenceAccessAttributes-04.adoc[_» more..._]# Invoke the specified `accessor` on each attribute of the specified `ref`. Return the value from the invocation of `accessor`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_ACCESSOR> int xref:BloombergLP/bdlar/bdlat_sequenceAccessAttributes-0a.adoc[bdlat_sequenceAccessAttributes]( xref:BloombergLP/bdlar/SequenceRef.adoc[SequenceRef] const& ref, t_ACCESSOR& accessor); ---- [.small]#xref:BloombergLP/bdlar/bdlat_sequenceAccessAttributes-0a.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#