Write the length and contents octets of the encoding of the BER encoding of the specified value to the output sequence of the specified streamBuf. Return 0 if successful, and a non‐zero value otherwise. The operation succeeds if all bytes corresponding to the length and contents octets are written to the streamBuf without the write position becoming unavailable. See the package‐level documentation of {`balber`} for the definition of the format used to encode 64‐bit decimal values.

Synopsis

Declared in <balber_berutil.h>

static
int
putDecimal64Value(
    std::streambuf* streamBuf,
    bdldfp::Decimal64 value);

Created with MrDocs