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