|
tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Namespaces | |
| namespace | etl |
Functions | |
| template<etl::size_t Pos, etl::builtin_unsigned_integer UInt> | |
| constexpr auto | flip_bit (UInt word) noexcept -> UInt |
| Flip bit at position Pos. | |
| template<etl::builtin_unsigned_integer UInt> | |
| constexpr auto | flip_bit (UInt word, UInt pos) noexcept -> UInt |
Flip bit at position pos. | |