getInt8 overloads
Synopses
Declared in <bslx_marshallingutil.h>
Load the one‐byte integer from the specified buffer into the specified variable.
static
void
getInt8(
char* variable,
char const* buffer);
Same as the related overload for signed char *variable.
static
void
getInt8(
signed char* variable,
char const* buffer);
Same as the related overload for unsigned char *variable.
static
void
getInt8(
unsigned char* variable,
char const* buffer);
Created with MrDocs