BloombergLP::bdlar::bdlat_sequenceManipulateAttribute

bdlat_sequenceManipulateAttribute overloads

Synopses

Declared in <bdlar_sequenceref.h>

Invoke the specified manipulator on the attribute with attributeId.

template<class t_MANIPULATOR>
int
bdlat_sequenceManipulateAttribute(
    SequenceRef* ref,
    t_MANIPULATOR& manipulator,
    int attributeId);
» more...

Invoke the specified manipulator on the named attribute of ref.

template<class t_MANIPULATOR>
int
bdlat_sequenceManipulateAttribute(
    SequenceRef* ref,
    t_MANIPULATOR& manipulator,
    char const* attributeName,
    int attributeNameLength);
» more...

Return Value

value from the invocation of manipulator

Parameters

NameDescription
refsequence reference to manipulate
manipulatorcallable invoked on the attribute
attributeIdid of the attribute
attributeNamename of the attribute
attributeNameLengthlength of attributeName