#include <cstdint>
Go to the source code of this file.
|
static std::uint16_t | bswap16_generic (const std::uint16_t &x) |
| bswap16 - generic implementation
|
static std::uint16_t | bswap16 (const std::uint16_t &v) |
| bswap16 - generic
|
static std::uint32_t | bswap32_generic (const std::uint32_t &x) |
| bswap32 - generic implementation
|
static std::uint32_t | bswap32 (const std::uint32_t &v) |
| bswap32 - generic
|
static std::uint64_t | bswap64_generic (const std::uint64_t &x) |
| bswap64 - generic implementation
|
static std::uint64_t | bswap64 (const std::uint64_t &v) |
| bswap64 - generic
|