Mjolnir Core
Core functionality of the Mjolnir API
Core Math
cross_product
cross_product
determinant_2x2
determinant_2x2
determinant_3x3
determinant_3x3
determinant_4x4
determinant_4x4
dot_product
dot_product
gauss_summation
is_power_of_2
power
power_of_2
scalar_triple_product
scalar_triple_product
◆
is_power_of_2()
constexpr auto is_power_of_2
(
T_Type
value
)
-> bool
constexpr
noexcept
Return
true
if the passed value is a power of 2.
Template Parameters
T_Type
Type of the passed value
Parameters
[in]
value
The value that should be checked
Returns
true
or
false
Generated by
1.9.1