[#BloombergLP-baljsn-EncoderTestSequenceWithUntagged7-manipulateAttribute-01] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baljsn.adoc[baljsn]::xref:BloombergLP/baljsn/EncoderTestSequenceWithUntagged7.adoc[EncoderTestSequenceWithUntagged7]::manipulateAttribute :relfileprefix: ../../../ :mrdocs: `manipulateAttribute` overloads == Synopses Declared in `<baljsn_encoder_testtypes.h>` Invoke `manipulator` on the modifiable attribute indicated by `id`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename t_MANIPULATOR> int xref:BloombergLP/baljsn/EncoderTestSequenceWithUntagged7/manipulateAttribute-0b.adoc[manipulateAttribute]( t_MANIPULATOR& manipulator, int id); ---- [.small]#xref:BloombergLP/baljsn/EncoderTestSequenceWithUntagged7/manipulateAttribute-0b.adoc[_» more..._]# Invoke `manipulator` on the modifiable attribute indicated by `name`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename t_MANIPULATOR> int xref:BloombergLP/baljsn/EncoderTestSequenceWithUntagged7/manipulateAttribute-03.adoc[manipulateAttribute]( t_MANIPULATOR& manipulator, char const* name, int nameLength); ---- [.small]#xref:BloombergLP/baljsn/EncoderTestSequenceWithUntagged7/manipulateAttribute-03.adoc[_» more..._]# == Return Value the value returned from the invocation of `manipulator`, or a non‐zero value on failure == Parameters [cols="1,4"] |=== | Name| Description | *manipulator* | functor invoked on the matching attribute | *id* | attribute identifier | *name* | attribute name | *nameLength* | length of `name` |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#