[#BloombergLP-bdlar-bdlat_arrayAccessElement-01] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlar.adoc[bdlar]::bdlat_arrayAccessElement :relfileprefix: ../../ :mrdocs: Invoke the specified `accessor` on the array element at the specified `index` of the specified `array`. Return the value from the invocation of `accessor`. == Synopsis Declared in `<bdlar_arrayref.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_ACCESSOR> int bdlat_arrayAccessElement( xref:BloombergLP/bdlar/ArrayConstRef.adoc[ArrayConstRef] const& array, t_ACCESSOR& accessor, int index); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#