[#BloombergLP-bdlc-PackedIntArrayImp_Signed-bdexPut8] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/PackedIntArrayImp_Signed.adoc[PackedIntArrayImp_Signed]::bdexPut8 :relfileprefix: ../../../ :mrdocs: Write to the specified `stream` the specified `value` as per the requirements of the BDEX protocol. == Synopsis Declared in `<bdlc_packedintarray.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class STREAM> static void bdexPut8( STREAM& stream, int8_t value); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#