Decode the specified object having the specified category. Return 0 on success, and a non‐zero value otherwise.

Synopsis

Declared in <balber_berdecoder.h>

template<
    typename TYPE,
    typename ANY_CATEGORY>
int
operator()(
    TYPE* object,
    ANY_CATEGORY category);

Created with MrDocs