Return the byte‐swapped value of the specified x.

Synopsis

Declared in <bsls_byteorderutil.h>

static
char32_t
swapBytes(char32_t x);

Return Value

byte‐swapped value of x

Parameters

Name

Description

x

value whose bytes are reversed

Created with MrDocs