htole64_internal

Converts a 64-bit value from host byte order to little-endian byte order.

Synopsis

Declared in <compat/endian.h>

constexpr
uint64_t
htole64_internal(uint64_t host_64bits);

Return Value

The value in little-endian byte order.

Parameters

NameDescription
host_64bitsThe value in host byte order.