Mjolnir Core
Core functionality of the Mjolnir API

◆ is_power_of_2()

constexpr auto is_power_of_2 ( T_Type  value) -> bool
constexprnoexcept

Return true if the passed value is a power of 2.

Template Parameters
T_TypeType of the passed value
Parameters
[in]valueThe value that should be checked
Returns
true or false