Typedef mpark::detail::best_match

Typedef Documentation

template<typename T, typename ...Ts>
using mpark::detail::best_match = lib::invoke_result_t<overload<Ts...>, T&&>