[#BloombergLP-bdlar-bdlat_sequenceAccessAttributes-0a] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlar.adoc[bdlar]::bdlat_sequenceAccessAttributes :relfileprefix: ../../ :mrdocs: Invoke the specified `accessor` on each attribute of the specified `ref`. Return the value from the invocation of `accessor`. == Synopsis Declared in `<bdlar_sequenceref.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_ACCESSOR> int bdlat_sequenceAccessAttributes( xref:BloombergLP/bdlar/SequenceRef.adoc[SequenceRef] const& ref, t_ACCESSOR& accessor); ---- == Return Value value from the invocation of `accessor` == Parameters [cols="1,4"] |=== | Name| Description | *ref* | sequence reference to access | *accessor* | callable invoked on each attribute |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#