Default customization‐point implementation of accessAttribute by name.

Synopsis

Declared in <bdlat_sequencefunctions.h>

template<
    class TYPE,
    class ACCESSOR>
int
bdlat_sequenceAccessAttribute(
    TYPE const& object,
    ACCESSOR& accessor,
    char const* attributeName,
    int attributeNameLength);

Created with MrDocs