Mjolnir Core
Core functionality of the Mjolnir API

◆ clear_bit()

constexpr void clear_bit ( T_Type &  integer,
UST  index 
)
constexprnoexcept

Clear a single specific bit of an unsigned integer.

Template Parameters
T_TypeAn unsigned integer type
Parameters
[in,out]integerThe integer that should be modified
[in]indexThe index of the bit that should be modified