[#BloombergLP-balber-BerDecoder_NodeVisitor-operator_call] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balber.adoc[balber]::xref:BloombergLP/balber/BerDecoder_NodeVisitor.adoc[BerDecoder_NodeVisitor]::operator() :relfileprefix: ../../../ :mrdocs: Decode the specified `variable` using attribute `info` from `node`. == Synopsis Declared in `<balber_berdecoder.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< typename TYPE, typename INFO> int operator()( TYPE* variable, INFO const& info); ---- == Return Value 0 on success, and a non‐zero value otherwise == Parameters [cols="1,4"] |=== | Name| Description | *variable* | object to decode into | *info* | attribute information (name, formatting mode) |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#