Template Function testing::internal::Apply

Function Documentation

template<typename F, typename Tuple>
auto testing::internal::Apply(F &&f, Tuple &&args) -> decltype(ApplyImpl(std::forward<F>(f), std::forward<Tuple>(args), MakeIndexSequence<std::tuple_size<typename std::remove_reference<Tuple>::type>::value>()))