kokkos-utils 0.0.1
 
Loading...
Searching...
No Matches
Manager.hpp
Go to the documentation of this file.
1#ifndef KOKKOS_UTILS_TESTS_SCOPED_CALLBACKS_MANAGER_HPP
2#define KOKKOS_UTILS_TESTS_SCOPED_CALLBACKS_MANAGER_HPP
3
5
7{
9struct KOKKOS_ATTRIBUTE_NODISCARD Manager
10{
13
14 Manager(const Manager&) = delete;
15 Manager& operator=(const Manager&) = delete;
16};
17
18} // namespace Kokkos::utils::tests::scoped::callbacks
19
20#endif // KOKKOS_UTILS_TESTS_SCOPED_CALLBACKS_MANAGER_HPP
Manager & operator=(const Manager &)=delete