Encode the specified value using the specified attribute info. Return 0 on success, and a non-zero value otherwise.
Declared in <balber_berencoder.h>
template<
typename TYPE,
typename INFO>
int
operator()(
TYPE const& value,
INFO const& info);
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| value | value to encode |
| info | attribute information (id, name, formatting mode) |