#include <cstddef>#include <limits>#include <type_traits>

Go to the source code of this file.
Namespaces | |
| flecsi | |
Functions | |
| template<class T > | |
| constexpr T | flecsi::util::bit_width (T x) noexcept |
| Simple emulation of std::bit_width from C++20. | |
1.8.13