Decode the specified variable using attribute info from node.
Declared in <balber_berdecoder.h>
template<
typename TYPE,
typename INFO>
int
operator()(
TYPE* variable,
INFO const& info);
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| variable | object to decode into |
| info | attribute information (name, formatting mode) |