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