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