[#BloombergLP-baljsn-EncoderTestSequenceWithUntagged12Sequence-manipulateAttribute-0d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baljsn.adoc[baljsn]::xref:BloombergLP/baljsn/EncoderTestSequenceWithUntagged12Sequence.adoc[EncoderTestSequenceWithUntagged12Sequence]::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/EncoderTestSequenceWithUntagged12Sequence/manipulateAttribute-0f.adoc[manipulateAttribute]( t_MANIPULATOR& manipulator, int id); ---- [.small]#xref:BloombergLP/baljsn/EncoderTestSequenceWithUntagged12Sequence/manipulateAttribute-0f.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/EncoderTestSequenceWithUntagged12Sequence/manipulateAttribute-0e.adoc[manipulateAttribute]( t_MANIPULATOR& manipulator, char const* name, int nameLength); ---- [.small]#xref:BloombergLP/baljsn/EncoderTestSequenceWithUntagged12Sequence/manipulateAttribute-0e.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]#