BloombergLP::bdlar::bdlat_sequenceManipulateAttributes

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

Synopsis

Declared in <bdlar_sequenceref.h>

template<class t_MANIPULATOR>
int
bdlat_sequenceManipulateAttributes(
    SequenceRef* ref,
    t_MANIPULATOR& manipulator);

Return Value

value from the invocation of manipulator

Parameters

NameDescription
refsequence reference to manipulate
manipulatorcallable invoked on each attribute