Return the value that results from reversing the order of the bytes in the specified x.
Synopsis
Declared in <bsls_byteorderutil.h>
static
unsigned short
swapBytes(unsigned short x);
Return Value
value with the byte order of x reversed
Parameters
Name |
Description |
x |
value whose bytes are reversed |
Created with MrDocs