BloombergLP::baljsn::Encoder::encode

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

Synopsis

Declared in <baljsn_encoder.h>

template<class TYPE>
int
encode(
    std::ostream& stream,
    TYPE const& value,
    EncoderOptions const* options);

Return Value

0 on success, and a non-zero value otherwise

Parameters

NameDescription
streamoutput stream for JSON
valuevalue to encode
optionsencoding options; null uses defaults