Invoke the specified manipulator on the modifiable attribute indicated by the specified name of the specified nameLength.
Declared in <balber_berencoderoptions.h>
template<typename t_MANIPULATOR>
int
manipulateAttribute(
t_MANIPULATOR& manipulator,
char const* name,
int nameLength);
value returned by manipulator, or -1 if name is not found
| Name | Description |
|---|---|
| manipulator | functor invoked on the selected attribute |
| name | attribute name to manipulate |
| nameLength | length of name in bytes |