Invoke the specified accessor on all attributes of the specified ref.

Synopsis

Declared in <bdlar_sequenceref.h>

template<class t_ACCESSOR>
int
bdlat_sequenceAccessAttributes(
    SequenceConstRef const& ref,
    t_ACCESSOR& accessor);

Return Value

value from the invocation of accessor

Parameters

Name

Description

ref

sequence reference to access

accessor

callable invoked on each attribute

Created with MrDocs