[#BloombergLP-bslx-TestInStream-getInt8-01] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslx.adoc[bslx]::xref:BloombergLP/bslx/TestInStream.adoc[TestInStream]::getInt8 :relfileprefix: ../../../ :mrdocs: Consume a one‐byte signed integer from this stream. == Synopsis Declared in `<bslx_testinstream.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bslx/TestInStream.adoc[TestInStream]& getInt8(signed 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]#