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