Decode into the specified value without instantiating templates at compile time. Return 0 on success, and a non‐zero value otherwise.

Synopsis

Declared in <baljsn_decoder.h>

int
decodeAny(
    std::istream& stream,
    bdlar::AnyRef* value,
    DecoderOptions const& options);

Created with MrDocs