Invoke the specified accessor on each attribute of the specified ref. Return the value from the invocation of accessor.
Declared in <bdlar_sequenceref.h>
template<class t_ACCESSOR>
int
bdlat_sequenceAccessAttributes(
SequenceRef const& ref,
t_ACCESSOR& accessor);
value from the invocation of accessor
| Name | Description |
|---|---|
| ref | sequence reference to access |
| accessor | callable invoked on each attribute |