[#BloombergLP-balb-Sequence2-manipulateAttribute-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balb.adoc[balb]::xref:BloombergLP/balb/Sequence2.adoc[Sequence2]::manipulateAttribute :relfileprefix: ../../../ :mrdocs: `manipulateAttribute` overloads == Synopses Declared in `<balb_testmessages.h>` 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class MANIPULATOR> int xref:BloombergLP/balb/Sequence2/manipulateAttribute-07.adoc[manipulateAttribute]( MANIPULATOR& manipulator, int id); ---- [.small]#xref:BloombergLP/balb/Sequence2/manipulateAttribute-07.adoc[_» more..._]# Invoke the specified `manipulator` on the address of the (modifiable) attribute indicated by the specified `name` of the specified `nameLength`, supplying `manipulator` with the corresponding attribute information structure. Return the value returned from the invocation of `manipulator` if `name` identifies an attribute of this class, and ‐1 otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class MANIPULATOR> int xref:BloombergLP/balb/Sequence2/manipulateAttribute-09.adoc[manipulateAttribute]( MANIPULATOR& manipulator, char const* name, int nameLength); ---- [.small]#xref:BloombergLP/balb/Sequence2/manipulateAttribute-09.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#