tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
test_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 test_bit (UInt word) noexcept -> bool
 Test bit at position Pos
 
template<etl::builtin_unsigned_integer UInt>
constexpr auto test_bit (UInt word, UInt pos) noexcept -> bool
 Test bit at position pos.