[#BloombergLP-balber-BerDecoderOptions-manipulateAttributes] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balber.adoc[balber]::xref:BloombergLP/balber/BerDecoderOptions.adoc[BerDecoderOptions]::manipulateAttributes :relfileprefix: ../../../ :mrdocs: Invoke the specified `manipulator` sequentially on the address of each (modifiable) attribute of this object, supplying `manipulator` with the corresponding attribute information structure until such invocation returns a non‐zero value. Return the value from the last invocation of `manipulator` (i.e., the invocation that terminated the sequence). == Synopsis Declared in `<balber_berdecoderoptions.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class MANIPULATOR> int manipulateAttributes(MANIPULATOR& manipulator); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#