Component‐private BER utility operation.

Synopsis

Declared in <balber_berutil.h>

static
int
putValue(
    std::streambuf* streamBuf,
    bslstl::StringRef const& value,
    BerEncoderOptions const* options);

Return Value

0 on success, and a non‐zero value otherwise

Parameters

Name

Description

streamBuf

output stream buffer

value

value to encode

options

encoder options (0 for defaults)

Created with MrDocs