omni::swap

Defined in omni/Function.h

template<typename TReturn, typename ...TArgs>
void omni::swap(function<TReturn(TArgs...)> &a, function<TReturn(TArgs...)> &b) noexcept

Swap a and b by function::swap.