kokkos-utils 0.0.1
 
Loading...
Searching...
No Matches
Helpers.hpp
Go to the documentation of this file.
1#ifndef KOKKOS_UTILS_TESTS_CALLBACKS_HELPERS_HPP
2#define KOKKOS_UTILS_TESTS_CALLBACKS_HELPERS_HPP
3
5
7{
8namespace impl
9{
10template <typename>
12
13template <typename... EventTypes>
14struct EventTestTypes<Kokkos::Impl::type_list<EventTypes...>>
15{
16 using type = ::testing::Types<EventTypes...>;
17};
18} // namespace impl
19
22
23} // namespace Kokkos::utils::tests::callbacks
24
25#endif // KOKKOS_UTILS_TESTS_CALLBACKS_HELPERS_HPP
typename impl::EventTestTypes< Kokkos::utils::callbacks::EventTypeList >::type EventTestTypes
Useful type for defining a typed test suite over all types in Kokkos::utils::callbacks::EventTypeList...
Definition Helpers.hpp:21