Interface Documentation
Version: invalid
Namespaces | Functions
bitutils.hh File Reference
#include <cstddef>
#include <limits>
#include <type_traits>
Include dependency graph for bitutils.hh:
This graph shows which files directly or indirectly include this file:

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.