bdlat_sequenceAccessAttributes overloads

Synopses

Declared in <bdlar_sequenceref.h>

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

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

Invoke the specified accessor on each attribute of the specified ref. Return the value from the invocation of accessor.

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

Created with MrDocs