[#BloombergLP-bdlat_SequenceFunctions-bdlat_sequenceManipulateAttribute-01] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlat_SequenceFunctions.adoc[bdlat_SequenceFunctions]::bdlat_sequenceManipulateAttribute :relfileprefix: ../../ :mrdocs: Manipulate the attribute with the specified `attributeId` of the specified `object`. == Synopsis Declared in `<bdlat_sequencefunctions.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class TYPE, class MANIPULATOR> int bdlat_sequenceManipulateAttribute( TYPE* object, MANIPULATOR& manipulator, int attributeId); ---- == Return Value non‐zero if the attribute is not found, and the value from `manipulator` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *object* | sequence whose attribute is manipulated | *manipulator* | callable invoked with the attribute and its info | *attributeId* | id of the attribute to manipulate |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#