Typedef mpark::lib::is_nothrow_invocable_r

Typedef Documentation

template<typename R, typename F, typename ...Args>
using mpark::lib::is_nothrow_invocable_r = detail::is_nothrow_invocable_r<is_invocable_r<R, F, Args...>::value, R, F, Args...>