Return the value that results from reversing the order of the bytes in the specified x.

Synopsis

Declared in <bsls_byteorderutil.h>

static
unsigned int
swapBytes32(unsigned int x);

Return Value

value with the byte order of x reversed

Parameters

Name

Description

x

value whose bytes are reversed

Created with MrDocs