[#BloombergLP-bslx-TestInStream-getUint8-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslx.adoc[bslx]::xref:BloombergLP/bslx/TestInStream.adoc[TestInStream]::getUint8 :relfileprefix: ../../../ :mrdocs: Consume a one‐byte unsigned integer from this stream. == Synopsis Declared in `<bslx_testinstream.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bslx/TestInStream.adoc[TestInStream]& getUint8(unsigned char& variable); ---- == Return Value a reference to this stream == Parameters [cols="1,4"] |=== | Name| Description | *variable* | destination for the extracted value |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#