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