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