[#BloombergLP-bdlat_ArrayFunctions-bdlat_arrayManipulateElement] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlat_ArrayFunctions.adoc[bdlat_ArrayFunctions]::bdlat_arrayManipulateElement :relfileprefix: ../../ :mrdocs: Apply the specified `manipulator` to the element at the specified `index` in the specified `array`. == Synopsis Declared in `<bdlat_arrayfunctions.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class TYPE, class ALLOC, class MANIPULATOR> int bdlat_arrayManipulateElement( xref:bsl/vector-00d.adoc[bsl::vector<TYPE, ALLOC>]* array, MANIPULATOR& manipulator, int index); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#