Function TRAP::Math::Not(bool)#
Function Documentation#
-
constexpr bool TRAP::Math::Not(bool v) noexcept#
Logically invert a boolean value.
- Parameters:
v – Specifies the value to be inverted.
- Returns:
Logical complement of x.
Logically invert a boolean value.
v – Specifies the value to be inverted.
Logical complement of x.