Default customization-point implementation of accessAttributes.
Declared in <bdlat_sequencefunctions.h>
template<
class TYPE,
class ACCESSOR>
int
bdlat_sequenceAccessAttributes(
TYPE const& object,
ACCESSOR& accessor);
value from the last invocation of accessor
| Name | Description |
|---|---|
| object | sequence whose attributes are accessed |
| accessor | callable invoked with each attribute and its info |