[#BloombergLP-bdlat_SequenceFunctions-bdlat_sequenceManipulateAttribute-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlat_SequenceFunctions.adoc[bdlat_SequenceFunctions]::bdlat_sequenceManipulateAttribute :relfileprefix: ../../ :mrdocs: Manipulate the attribute with the specified `attributeName` of the specified `object`. == Synopsis Declared in `<bdlat_sequencefunctions.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class TYPE, class MANIPULATOR> int bdlat_sequenceManipulateAttribute( TYPE* object, MANIPULATOR& manipulator, char const* attributeName, int attributeNameLength); ---- == Description These default implementations assume the type of the acted‐upon object is a basic‐sequence type. For more information about basic‐sequence types, see `bdlat_typetraits`. == Return Value non‐zero if the attribute is not found, and the value from `manipulator` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *object* | sequence whose attribute is manipulated | *manipulator* | callable invoked with the attribute and its info | *attributeName* | name of the attribute to manipulate | *attributeNameLength* | length of `attributeName` |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#