BloombergLP::baljsn::JsonConverter_ElementVisitor::operator()

Function call operators

Synopses

Declared in <baljsn_jsonconverter.h>

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

template<class TYPE>
int
operator()(TYPE* value);
» more...

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.

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