Template Function testing::internal::ApplyImpl

Function Documentation

template<typename F, typename Tuple, size_t... Idx>
auto testing::internal::ApplyImpl(F &&f, Tuple &&args, IndexSequence<Idx...>) -> decltype(std::forward<F>(f)(std::get<Idx>(std::forward<Tuple>(args))...))