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