Return the byte‐swapped value of the specified x.
Synopsis
Declared in <bsls_byteorderutil.h>
static
Types::Int64
swapBytes(Types::Int64 x);
Return Value
byte‐swapped value of x
Parameters
Name |
Description |
x |
value whose bytes are reversed |
Created with MrDocs