[#BloombergLP-bdlar-bdlat_sequenceManipulateAttribute-0c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlar.adoc[bdlar]::bdlat_sequenceManipulateAttribute :relfileprefix: ../../ :mrdocs: `bdlat_sequenceManipulateAttribute` overloads == Synopses Declared in `<bdlar_sequenceref.h>` Invoke the specified `manipulator` on the attribute of the specified `ref` identified by the specified `attributeId`. Return the value from the invocation of `manipulator`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_MANIPULATOR> int xref:BloombergLP/bdlar/bdlat_sequenceManipulateAttribute-08.adoc[bdlat_sequenceManipulateAttribute]( xref:BloombergLP/bdlar/SequenceRef.adoc[SequenceRef]* ref, t_MANIPULATOR& manipulator, int attributeId); ---- [.small]#xref:BloombergLP/bdlar/bdlat_sequenceManipulateAttribute-08.adoc[_» more..._]# Invoke the specified `manipulator` on the attribute of the specified `ref` identified by the specified `attributeName` and `attributeNameLength`. Return the value from the invocation of `manipulator`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_MANIPULATOR> int xref:BloombergLP/bdlar/bdlat_sequenceManipulateAttribute-0f.adoc[bdlat_sequenceManipulateAttribute]( xref:BloombergLP/bdlar/SequenceRef.adoc[SequenceRef]* ref, t_MANIPULATOR& manipulator, char const* attributeName, int attributeNameLength); ---- [.small]#xref:BloombergLP/bdlar/bdlat_sequenceManipulateAttribute-0f.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#