Decode the specified variable using attribute info from node.

Synopsis

Declared in <balber_berdecoder.h>

template<
    typename TYPE,
    typename INFO>
int
operator()(
    TYPE* variable,
    INFO const& info);

Return Value

0 on success, and a non‐zero value otherwise

Parameters

Name

Description

variable

object to decode into

info

attribute information (name, formatting mode)

Created with MrDocs