[#BloombergLP-bdlar-SequenceRef-manipulateAttribute-01] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlar.adoc[bdlar]::xref:BloombergLP/bdlar/SequenceRef.adoc[SequenceRef]::manipulateAttribute :relfileprefix: ../../../ :mrdocs: `manipulateAttribute` 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/SequenceRef/manipulateAttribute-0c.adoc[manipulateAttribute]( t_MANIPULATOR& manipulator, int attributeId) const; ---- [.small]#xref:BloombergLP/bdlar/SequenceRef/manipulateAttribute-0c.adoc[_» more..._]# Invoke the specified `manipulator` on the named attribute. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_MANIPULATOR> int xref:BloombergLP/bdlar/SequenceRef/manipulateAttribute-02.adoc[manipulateAttribute]( t_MANIPULATOR& manipulator, char const* attributeName, int attributeNameLength) const; ---- [.small]#xref:BloombergLP/bdlar/SequenceRef/manipulateAttribute-02.adoc[_» more..._]# == Return Value non‐zero if not found, otherwise value from `manipulator` == Parameters [cols="1,4"] |=== | Name| Description | *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]#