BloombergLP::baljsn::JsonConverter_DecodeImpProxy::operator()

Function call operators

Synopses

Declared in <baljsn_jsonconverter.h>

The behavior of this function is undefined.

template<class TYPE>
int
operator()(
    TYPE*,
    bslmf::Nil);
» more...

Dencode into the specified value of the specified bdeat category from the data in the JSON format. Return 0 on success and a non-zero value otherwise.

template<
    class TYPE,
    class ANY_CATEGORY>
int
operator()(
    TYPE* object,
    ANY_CATEGORY category);
» more...