[#BloombergLP-bdlar-bdlat_sequenceManipulateAttribute-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlar.adoc[bdlar]::bdlat_sequenceManipulateAttribute :relfileprefix: ../../ :mrdocs: 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`. == Synopsis Declared in `<bdlar_sequenceref.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_MANIPULATOR> int bdlat_sequenceManipulateAttribute( xref:BloombergLP/bdlar/SequenceRef.adoc[SequenceRef]* ref, t_MANIPULATOR& manipulator, char const* attributeName, int attributeNameLength); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#