bdlat_sequenceManipulateAttribute overloads
Synopses
Declared in <bdlar_sequenceref.h>
Invoke the specified manipulator on the attribute of the specified ref identified by the specified attributeId. Return the value from the invocation of manipulator.
template<class t_MANIPULATOR>
int
bdlat_sequenceManipulateAttribute(
SequenceRef* ref,
t_MANIPULATOR& manipulator,
int attributeId);
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.
template<class t_MANIPULATOR>
int
bdlat_sequenceManipulateAttribute(
SequenceRef* ref,
t_MANIPULATOR& manipulator,
char const* attributeName,
int attributeNameLength);
Created with MrDocs