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