[#BloombergLP-baljsn-EncoderOptions-manipulateAttribute-0e] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baljsn.adoc[baljsn]::xref:BloombergLP/baljsn/EncoderOptions.adoc[EncoderOptions]::manipulateAttribute :relfileprefix: ../../../ :mrdocs: 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. == Synopsis Declared in `<baljsn_encoderoptions.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class MANIPULATOR> int manipulateAttribute( MANIPULATOR& manipulator, char const* name, int nameLength); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#