#include <operation_state.hpp>
template<typename Clsr>
typename Clsr::execution_space;
requires std::same_as<typename Clsr::device_handle_t, Kokkos::Impl::DeviceHandle<typename Clsr::execution_space>>;
typename Clsr::node_props_t;
}
Definition at line 27 of file operation_state.hpp.