getUint8 overloads

Synopses

Declared in <bslx_testinstream.h>

Consume the next 8‐bit unsigned integer into the specified variable.

TestInStream&
getUint8(char& variable);

Same as the related overload for unsigned char& variable.

TestInStream&
getUint8(unsigned char& variable);

Created with MrDocs