Typedef mpark::lib::is_nothrow_invocable

Typedef Documentation

template<typename F, typename ...Args>
using mpark::lib::is_nothrow_invocable = detail::is_nothrow_invocable<is_invocable<F, Args...>::value, F, Args...>