BloombergLP::bslx::ByteInStream::getInt8

getInt8 overloads

Synopses

Declared in <bslx_byteinstream.h>

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

ByteInStream&
getInt8(char& variable);
» more...

Same as the related overload for signed char& variable.

ByteInStream&
getInt8(signed char& variable);
» more...