[#BloombergLP-bdlat_SequenceFunctions-bdlat_sequenceManipulateAttribute-09] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlat_SequenceFunctions.adoc[bdlat_SequenceFunctions]::bdlat_sequenceManipulateAttribute :relfileprefix: ../../ :mrdocs: `bdlat_sequenceManipulateAttribute` overloads == Synopses Declared in `<bdlat_sequencefunctions.h>` Manipulate the attribute with the specified `attributeId` of the specified `object`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class TYPE, class MANIPULATOR> int xref:BloombergLP/bdlat_SequenceFunctions/bdlat_sequenceManipulateAttribute-01.adoc[bdlat_sequenceManipulateAttribute]( TYPE* object, MANIPULATOR& manipulator, int attributeId); ---- [.small]#xref:BloombergLP/bdlat_SequenceFunctions/bdlat_sequenceManipulateAttribute-01.adoc[_» more..._]# Manipulate the attribute with the specified `attributeName` of the specified `object`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class TYPE, class MANIPULATOR> int xref:BloombergLP/bdlat_SequenceFunctions/bdlat_sequenceManipulateAttribute-0f.adoc[bdlat_sequenceManipulateAttribute]( TYPE* object, MANIPULATOR& manipulator, char const* attributeName, int attributeNameLength); ---- [.small]#xref:BloombergLP/bdlat_SequenceFunctions/bdlat_sequenceManipulateAttribute-0f.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#