getInt8 overloads
Declared in <bslx_genericinstream.h>
Extract the next one-byte signed integer into the specified variable.
GenericInStream<STREAMBUF>&
getInt8(char& variable);
» more...
Same as the related overload for signed char& variable.
GenericInStream<STREAMBUF>&
getInt8(signed char& variable);
» more...
a reference to this stream
| Name | Description |
|---|---|
| variable | destination for the extracted value |