Encode the specified object.

Synopsis

Declared in <balber_berencoder.h>

template<typename TYPE>
int
operator()(TYPE const& object);

Return Value

0 on success, and a non‐zero value otherwise

Parameters

Name

Description

object

value to encode

Created with MrDocs