Same as the preceding overload, accepting a nullable options pointer.
Synopsis
Declared in <baljsn_decoder.h>
template<class TYPE>
int
decode(
std::istream& stream,
TYPE* value,
DecoderOptions const* options);
Created with MrDocs