Mjolnir Core
Core functionality of the Mjolnir API

◆ is_bit_set()

constexpr auto is_bit_set ( T_Type  integer,
UST  index 
) -> bool
constexprnoexcept

Return true if a specific bit is set and false otherwise.

Template Parameters
T_TypeType of the checked variable
Parameters
[in]integerThe integer that should be checked
[in]indexThe index of the bit
Returns
true or false