[#BloombergLP-bdlat_ArrayFunctions-manipulateElement] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlat_ArrayFunctions.adoc[bdlat_ArrayFunctions]::manipulateElement :relfileprefix: ../../ :mrdocs: ` Return the value from the invocation of `manipulator`. The behavior is undefined unless `0 <= index` and `index < size(*array)`. == Synopsis Declared in `<bdlat_arrayfunctions.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class TYPE, class MANIPULATOR> int manipulateElement( TYPE* array, MANIPULATOR& manipulator, int index); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#