[#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 with `attributeId`. [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 named attribute of `ref`. [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..._]# == Return Value value from the invocation of `manipulator` == Parameters [cols="1,4"] |=== | Name| Description | *ref* | sequence reference to manipulate | *manipulator* | callable invoked on the attribute | *attributeId* | id of the attribute | *attributeName* | name of the attribute | *attributeNameLength* | length of `attributeName` |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#