Converts a 64-bit value from host byte order to big-endian byte order.
Declared in <compat/endian.h>
constexpr
uint64_t
htobe64_internal(uint64_t host_64bits);
The value in big-endian byte order.
| Name | Description |
|---|---|
| host_64bits | The value in host byte order. |