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, is_type_list_v) | |
| TEST (impl, make_type_list_t) | |
| 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, type_list_all_v) | |
| TEST (impl, type_list_any_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 135 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 | , |
| is_type_list_v | ) |
Definition at line 21 of file test_type_list.cpp.
| Kokkos::utils::tests::impl::TEST | ( | impl | , |
| make_type_list_t | ) |
Definition at line 32 of file test_type_list.cpp.
| Kokkos::utils::tests::impl::TEST | ( | impl | , |
| transform_type_list_t | ) |
Definition at line 81 of file test_type_list.cpp.
| Kokkos::utils::tests::impl::TEST | ( | impl | , |
| type_list_all_v | ) |
Definition at line 113 of file test_type_list.cpp.
| Kokkos::utils::tests::impl::TEST | ( | impl | , |
| type_list_any_v | ) |
Definition at line 123 of file test_type_list.cpp.
| Kokkos::utils::tests::impl::TEST | ( | impl | , |
| type_list_at_t | ) |
Definition at line 64 of file test_type_list.cpp.
| Kokkos::utils::tests::impl::TEST | ( | impl | , |
| type_list_contains_v | ) |
Definition at line 52 of file test_type_list.cpp.
| Kokkos::utils::tests::impl::TEST | ( | impl | , |
| type_list_index_v | ) |
Definition at line 103 of file test_type_list.cpp.
| Kokkos::utils::tests::impl::TEST | ( | impl | , |
| type_list_size_v | ) |
Definition at line 41 of file test_type_list.cpp.
| Kokkos::utils::tests::impl::TEST | ( | impl | , |
| type_list_to_tuple | ) |
Definition at line 93 of file test_type_list.cpp.