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

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

template<etl::size_t Pos, etl::builtin_unsigned_integer UInt>
constexpr auto reset_bit (UInt word) noexcept -> UInt
 Reset bit at position Pos.
 
template<etl::builtin_unsigned_integer UInt>
constexpr auto reset_bit (UInt word, UInt pos) noexcept -> UInt
 Reset bit at position pos.