Invoke the specified manipulator on the named attribute of ref.
Declared in <bdlar_sequenceref.h>
template<class t_MANIPULATOR>
int
bdlat_sequenceManipulateAttribute(
SequenceRef* ref,
t_MANIPULATOR& manipulator,
char const* attributeName,
int attributeNameLength);
Invoke the specified manipulator on the attribute of the specified ref identified by the specified attributeName and attributeNameLength. Return the value from the invocation of manipulator.
value from the invocation of manipulator
| Name | Description |
|---|---|
| ref | sequence reference to manipulate |
| manipulator | callable invoked on the attribute |
| attributeName | name of the attribute |
| attributeNameLength | length of attributeName |