Classes | |
struct | VectorOfTransformer |
Helper struct for the test of Kokkos::utils::impl::transform_type_list_t. More... | |
Typedefs | |
using | type_list_t = Kokkos::Impl::type_list<char, short, int> |
Functions | |
TEST (impl, type_list_size_v) | |
TEST (impl, type_list_contains_v) | |
TEST (impl, type_list_at_t) | |
TEST (impl, transform_type_list_t) | |
TEST (impl, type_list_to_tuple) | |
TEST (impl, type_list_index_v) | |
TEST (impl, for_each) | |
TEST (impl, is_instance_of_v) | |
using Kokkos::utils::tests::impl::type_list_t = Kokkos::Impl::type_list<char, short, int> |
Definition at line 18 of file test_type_list.cpp.
Kokkos::utils::tests::impl::TEST | ( | impl | , |
for_each | ) |
Definition at line 90 of file test_type_list.cpp.
Kokkos::utils::tests::impl::TEST | ( | impl | , |
is_instance_of_v | ) |
Definition at line 21 of file test_type_traits.cpp.
Kokkos::utils::tests::impl::TEST | ( | impl | , |
transform_type_list_t | ) |
Definition at line 58 of file test_type_list.cpp.
Kokkos::utils::tests::impl::TEST | ( | impl | , |
type_list_at_t | ) |
Definition at line 41 of file test_type_list.cpp.
Kokkos::utils::tests::impl::TEST | ( | impl | , |
type_list_contains_v | ) |
Definition at line 32 of file test_type_list.cpp.
Kokkos::utils::tests::impl::TEST | ( | impl | , |
type_list_index_v | ) |
Definition at line 80 of file test_type_list.cpp.
Kokkos::utils::tests::impl::TEST | ( | impl | , |
type_list_size_v | ) |
Definition at line 21 of file test_type_list.cpp.
Kokkos::utils::tests::impl::TEST | ( | impl | , |
type_list_to_tuple | ) |
Definition at line 70 of file test_type_list.cpp.