|
kokkos-execution 0.0.1
|
#include <make_opstate.hpp>
Public Types | |
| using | type = OpStateType<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 14 of file make_opstate.hpp.
| using Kokkos::Execution::Impl::MakeOpState< DomainType, OpStateType >::Huddle< Sndr, Rcvr, Clsrs >::type = OpStateType<Sndr, Rcvr, Clsrs...> |
Definition at line 15 of file make_opstate.hpp.
|
inlineconstexprnoexcept |
Definition at line 18 of file make_opstate.hpp.