[#BloombergLP-bdlar-SequenceRef-manipulateAttributes] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlar.adoc[bdlar]::xref:BloombergLP/bdlar/SequenceRef.adoc[SequenceRef]::manipulateAttributes :relfileprefix: ../../../ :mrdocs: Invoke the specified `manipulator` sequentially on each (modifiable) attribute, supplying `manipulator` with the corresponding attribute information structure until such invocation returns non‐zero value. The supplied `manipulator` must be a callable type that can be called as if it had the following signature: ` template <class t_INFO> int manipulator(ATTRIBUTE *refOrValue, const t_INFO& info); ` Return the value from the last invocation of `manipulator` (i.e., the invocation that terminated the sequence). == Synopsis Declared in `<bdlar_sequenceref.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_MANIPULATOR> int manipulateAttributes(t_MANIPULATOR& manipulator) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#