getInt8 overloads

Synopses

Declared in <bslx_byteinstream.h>

Extract the next one‐byte signed integer into the specified variable.

ByteInStream&
getInt8(char& variable);

Same as the related overload for signed char& variable.

ByteInStream&
getInt8(signed char& variable);

Created with MrDocs