tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Namespaces | |
namespace | etl |
Functions | |
template<etl::builtin_unsigned_integer UInt> | |
constexpr auto | countl_zero (UInt x) noexcept -> int |
Returns the number of consecutive 0 bits in the value of x, starting from the most significant bit ("left"). | |