tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
countr_one.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

template<etl::builtin_unsigned_integer UInt>
constexpr auto countr_one (UInt x) noexcept -> int
 Returns the number of consecutive 1 bits in the value of x, starting from the least significant bit ("right").