[#BloombergLP-bdlat_SequenceFunctions-bdlat_sequenceAccessAttribute-0b] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlat_SequenceFunctions.adoc[bdlat_SequenceFunctions]::bdlat_sequenceAccessAttribute :relfileprefix: ../../ :mrdocs: Default customization‐point implementation of `accessAttribute` by name. == Synopsis Declared in `<bdlat_sequencefunctions.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class TYPE, class ACCESSOR> int bdlat_sequenceAccessAttribute( TYPE const& object, ACCESSOR& accessor, char const* attributeName, int attributeNameLength); ---- == Return Value non‐zero if the attribute is not found, and the value from `accessor` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *object* | sequence whose attribute is accessed | *accessor* | callable invoked with the attribute and its info | *attributeName* | name of the attribute to access | *attributeNameLength* | length of `attributeName` |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#