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);

Created with MrDocs