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