|
kokkos-execution 0.0.1
|
#include <operation_state.hpp>
Public Types | |
| using | type = OpState<Sndr, Rcvr, Clsrs...> |
Public Member Functions | |
| constexpr auto | operator() (Sndr &&sndr, Rcvr rcvr, Clsrs... clsrs) const noexcept(std::is_nothrow_constructible_v< type, Sndr &&, Rcvr &&, Clsrs &&... >) -> type |
Definition at line 252 of file operation_state.hpp.
| using Kokkos::Execution::ExecutionSpaceImpl::MakeOpStateFn< Sndr, Rcvr, Clsrs >::type = OpState<Sndr, Rcvr, Clsrs...> |
Definition at line 253 of file operation_state.hpp.
|
inlineconstexprnoexcept |
Definition at line 256 of file operation_state.hpp.