BloombergLP::balber::BerUtil_PutValueImpUtil::putValue

Component-private BER utility operation.

Synopsis

Declared in <balber_berutil.h>

static
int
putValue(
    std::streambuf* streamBuf,
    bdldfp::Decimal64 value,
    BerEncoderOptions const* options);

Return Value

0 on success, and a non-zero value otherwise

Parameters

NameDescription
streamBufoutput stream buffer
valuevalue to encode
optionsencoder options (0 for defaults)