[#BloombergLP-balber-BerEncoderOptions-manipulateAttribute-08] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balber.adoc[balber]::xref:BloombergLP/balber/BerEncoderOptions.adoc[BerEncoderOptions]::manipulateAttribute :relfileprefix: ../../../ :mrdocs: Invoke the specified `manipulator` on the modifiable attribute indicated by the specified `id`. == Synopsis Declared in `<balber_berencoderoptions.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename t_MANIPULATOR> int manipulateAttribute( t_MANIPULATOR& manipulator, int id); ---- == Return Value value returned by `manipulator`, or ‐1 if `id` is not found == Parameters [cols="1,4"] |=== | Name| Description | *manipulator* | functor invoked on the selected attribute | *id* | attribute identifier to manipulate |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#