` Return the value from the invocation of manipulator. The behavior is undefined unless 0 <= index and index < size(*array).
Declared in <bdlat_arrayfunctions.h>
template<
class TYPE,
class MANIPULATOR>
int
manipulateElement(
TYPE* array,
MANIPULATOR& manipulator,
int index);
result of invoking manipulator
| Name | Description |
|---|---|
| array | array whose element is manipulated |
| manipulator | functor applied to the element at index |
| index | position of the element to manipulate |