constexpr auto bit_floor(UInt x) noexcept -> UInt
If x is not zero, calculates the largest integral power of two that is not greater than x....
Definition bit_floor.hpp:24
constexpr auto bit_width(UInt x) noexcept -> int
If x is not zero, calculates the number of bits needed to store the value x, that is,...
Definition bit_width.hpp:21