getUint8 overloads
Synopses
Declared in <bslx_genericinstream.h>
Extract the next one‐byte unsigned integer into the specified variable.
GenericInStream<STREAMBUF>&
getUint8(char& variable);
Same as the related overload for unsigned char& variable.
GenericInStream<STREAMBUF>&
getUint8(unsigned char& variable);
Return Value
a reference to this stream
Parameters
Name |
Description |
variable |
destination for the extracted value |
Created with MrDocs