getInt8 overloads

Synopses

Declared in <bslx_testinstream.h>

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

TestInStream&
getInt8(char& variable);

Same as the related overload for signed char& variable.

TestInStream&
getInt8(signed char& variable);

Created with MrDocs