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.