Loading...
Searching...
No Matches
Go to the documentation of this file. 1#ifndef KOKKOS_EXECUTION_IMPL_TYPE_TRAITS_HPP
2#define KOKKOS_EXECUTION_IMPL_TYPE_TRAITS_HPP
7#include "Kokkos_Macros.hpp"
17#define KOKKOS_EXECUTION_IMPL_MEMBER_CVREF_T(_Self_, _member_) decltype((std::declval<_Self_>()._member_))
24#define KOKKOS_EXECUTION_IMPL_FORWARD_THIS(_Self_, _self_) static_cast<_Self_&&>(_self_)