[#BloombergLP-bdlc-PackedIntArrayImp_Unsigned-bdexGet16] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/PackedIntArrayImp_Unsigned.adoc[PackedIntArrayImp_Unsigned]::bdexGet16 :relfileprefix: ../../../ :mrdocs: Read a 16‐bit unsigned integer from `stream` into `variable`. == Synopsis Declared in `<bdlc_packedintarray.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class STREAM> static void bdexGet16( STREAM& stream, uint16_t& variable); ---- == Description Read from the specified `stream` the specified `variable` as per the requirements of the BDEX protocol. == Parameters [cols="1,4"] |=== | Name| Description | *stream* | input stream to read from | *variable* | 16‐bit unsigned value to populate |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#