[#BloombergLP-balber-BerUtil_PutValueImpUtil-putValue-0ec] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balber.adoc[balber]::xref:BloombergLP/balber/BerUtil_PutValueImpUtil.adoc[BerUtil_PutValueImpUtil]::putValue :relfileprefix: ../../../ :mrdocs: Component‐private BER utility operation. == Synopsis Declared in `<balber_berutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int putValue( std::streambuf* streamBuf, xref:bsl/string.adoc[bsl::string] const& value, xref:BloombergLP/balber/BerEncoderOptions.adoc[BerEncoderOptions] const* options); ---- == Return Value 0 on success, and a non‐zero value otherwise == Parameters [cols="1,4"] |=== | Name| Description | *streamBuf* | output stream buffer | *value* | value to encode | *options* | encoder options (0 for defaults) |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#