Core/Algorithm: Replace UnpackTuple by Apply
Former-commit-id: dccf9a102e4287035184053e1d60abc0edaf1a1d
This commit is contained in:
@@ -26,7 +26,7 @@ m_args(std::forward<Args>(args)...)
|
||||
template<typename F, typename... Args>
|
||||
void NzFunctorWithArgs<F, Args...>::Run()
|
||||
{
|
||||
NzUnpackTuple(m_func, m_args);
|
||||
NzApply(m_func, m_args);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user