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
4
#include "
kokkos-execution/stdexec.hpp
"
5
6
namespace
Kokkos::Execution::Impl
{
7
8
template
<
typename
Query>
9
struct
queryable_for
{
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.hpp
Kokkos::Execution::Impl
Definition
attributes.hpp:6
Kokkos::Execution::Impl::queryable_for
Definition
queryable.hpp:9
Kokkos::Execution::Impl::queryable_for::type
stdexec::__mbool< stdexec::__queryable_with< T, Query, Args... > > type
Definition
queryable.hpp:11
kokkos-execution
impl
queryable.hpp
Generated on
for kokkos-execution by
1.15.0