ATLAS Offline Software
Namespaces | Functions
byteswap.h File Reference

C++23-compatible byteswap() More...

#include <version>
#include <concepts>
#include <bit>
#include <array>
#include <algorithm>
Include dependency graph for byteswap.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 CxxUtils
 

Functions

template<std::integral T>
constexpr T CxxUtils::byteswap (T value) noexcept
 Reverse the bytes in n. More...
 

Detailed Description

C++23-compatible byteswap()

Author
scott snyder snyde.nosp@m.r@bn.nosp@m.l.gov
Date
May, 2025

Definition in file byteswap.h.