alpaka
Abstraction Library for Parallel Kernel Acceleration
alpaka::remove_restrict< T > Struct Template Reference

Removes restrict from a type. More...

#include <RemoveRestrict.hpp>

Public Types

using type = T
 

Detailed Description

template<typename T>
struct alpaka::remove_restrict< T >

Removes restrict from a type.

Definition at line 13 of file RemoveRestrict.hpp.

Member Typedef Documentation

◆ type

template<typename T >
using alpaka::remove_restrict< T >::type = T

Definition at line 15 of file RemoveRestrict.hpp.


The documentation for this struct was generated from the following file: