kokkos-execution 0.0.1
Loading...
Searching...
No Matches
queryable.hpp
Go to the documentation of this file.
1#ifndef KOKKOS_EXECUTION_IMPL_QUERYABLE_HPP
2#define KOKKOS_EXECUTION_IMPL_QUERYABLE_HPP
3
5
7
8template <typename Query>
10 template <typename T, typename... Args>
11 using type = stdexec::__mbool<stdexec::__queryable_with<T, Query, Args...>>;
12};
13
14} // namespace Kokkos::Execution::Impl
15
16#endif // KOKKOS_EXECUTION_IMPL_QUERYABLE_HPP
stdexec::__mbool< stdexec::__queryable_with< T, Query, Args... > > type
Definition queryable.hpp:11