bdlat_sequenceAccessAttribute overloads
Synopses
Declared in <bdlat_sequencefunctions.h>
Default customization‐point implementation of accessAttribute by id.
template<
class TYPE,
class ACCESSOR>
int
bdlat_sequenceAccessAttribute(
TYPE const& object,
ACCESSOR& accessor,
int attributeId);
Default customization‐point implementation of accessAttribute by name.
template<
class TYPE,
class ACCESSOR>
int
bdlat_sequenceAccessAttribute(
TYPE const& object,
ACCESSOR& accessor,
char const* attributeName,
int attributeNameLength);
Created with MrDocs