alpaka
Abstraction Library for Parallel Kernel Acceleration
Loading...
Searching...
No Matches
RemoveRestrict.hpp File Reference

Go to the source code of this file.

Classes

struct  alpaka::remove_restrict< T >
 Removes restrict from a type. More...
struct  alpaka::remove_restrict< T *__restrict__ >

Namespaces

namespace  alpaka
 main alpaka namespace.

Typedefs

template<typename T>
using alpaka::remove_restrict_t = typename remove_restrict<T>::type
 Helper to remove restrict from a type.