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