operator==#

Fully qualified name: omni::operator==

Defined in omni/Function.h

template<typename TReturn, typename ...TArgs>
bool omni::operator==(
std::nullptr_t,
function<TReturn(TArgs...)> const &func,
) noexcept#

Check if func is not activated.