[#internal_bswap_32] = internal_bswap_32 :mrdocs: Reverses the byte order of a 32‐bit value. == Synopsis Declared in `<compat/byteswap.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr uint32_t internal_bswap_32(uint32_t x); ---- == Return Value The value with its byte order reversed. == Parameters [cols="1,4"] |=== | Name| Description | *x* | The value whose four bytes are swapped. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#