BloombergLP::baljsn::Decoder_ElementVisitor::operator()

Decode into the specified value using the specified info the data in the JSON format. Return 0 on success and a non-zero value otherwise.

Synopsis

Declared in <baljsn_decoder.h>

template<
    class TYPE,
    class INFO>
int
operator()(
    TYPE* value,
    INFO const& info);