kokkos-utils 0.0.1
 
Loading...
Searching...
No Matches
Kokkos::utils::tests::impl Namespace Reference

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)
 

Typedef Documentation

◆ type_list_t

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.

Function Documentation

◆ TEST() [1/8]

Kokkos::utils::tests::impl::TEST ( impl ,
for_each  )
Test
Check Kokkos::utils::impl::for_each.

Definition at line 90 of file test_type_list.cpp.

◆ TEST() [2/8]

Kokkos::utils::tests::impl::TEST ( impl ,
is_instance_of_v  )

◆ TEST() [3/8]

Kokkos::utils::tests::impl::TEST ( impl ,
transform_type_list_t  )

◆ TEST() [4/8]

Kokkos::utils::tests::impl::TEST ( impl ,
type_list_at_t  )

◆ TEST() [5/8]

Kokkos::utils::tests::impl::TEST ( impl ,
type_list_contains_v  )

◆ TEST() [6/8]

Kokkos::utils::tests::impl::TEST ( impl ,
type_list_index_v  )

◆ TEST() [7/8]

Kokkos::utils::tests::impl::TEST ( impl ,
type_list_size_v  )

◆ TEST() [8/8]

Kokkos::utils::tests::impl::TEST ( impl ,
type_list_to_tuple  )