Home / list of functions / fwnbi::byteswap
template <size_t B, class D>
constexpr basic_integer<B, D, false> byteswap(basic_integer<B, D, false> value) noexcept;
constexpr since C++14

Returns copy of integers with flipped byte order.