[#BloombergLP-balb-Sequence5-manipulateAttribute-0b] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balb.adoc[balb]::xref:BloombergLP/balb/Sequence5.adoc[Sequence5]::manipulateAttribute :relfileprefix: ../../../ :mrdocs: Invoke the specified `manipulator` on the address of the (modifiable) attribute indicated by the specified `id`, supplying `manipulator` with the corresponding attribute information structure. Return the value returned from the invocation of `manipulator` if `id` identifies an attribute of this class, and ‐1 otherwise. == Synopsis Declared in `<balb_testmessages.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class MANIPULATOR> int manipulateAttribute( MANIPULATOR& manipulator, int id); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#