BloombergLP::bslx::ByteInStream::getUint8

getUint8 overloads

Synopses

Declared in <bslx_byteinstream.h>

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

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

Same as the related overload for unsigned char& variable.

ByteInStream&
getUint8(unsigned char& variable);
» more...