[#BloombergLP-bdlc-PackedIntArrayImp_Signed-bdexPut16] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/PackedIntArrayImp_Signed.adoc[PackedIntArrayImp_Signed]::bdexPut16 :relfileprefix: ../../../ :mrdocs: Write a 16‐bit signed integer `value` to `stream`. == Synopsis Declared in `<bdlc_packedintarray.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class STREAM> static void bdexPut16( STREAM& stream, int16_t value); ---- == Description Write to the specified `stream` the specified `value` as per the requirements of the BDEX protocol. == Parameters [cols="1,4"] |=== | Name| Description | *stream* | output stream to write to | *value* | 16‐bit signed value to write |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#