1#ifndef KOKKOS_EXECUTION_TESTS_UTILS_FUNCTORS_TAG_DISPATCH_HPP
2#define KOKKOS_EXECUTION_TESTS_UTILS_FUNCTORS_TAG_DISPATCH_HPP
6#include "Kokkos_Macros.hpp"
10template <
typename ViewType>
16 template <std::
integral T>
void operator()(const Tag, const T) const noexcept