Same as the preceding overload, accepting a nullable options pointer.

Synopsis

Declared in <baljsn_decoder.h>

template<class TYPE>
int
decodeAny(
    std::streambuf* streamBuf,
    TYPE* value,
    DecoderOptions const* options = 0);

Created with MrDocs