alpaka
Abstraction Library for Parallel Kernel Acceleration
Loading...
Searching...
No Matches
alpaka::concepts::Pointer Concept Reference

Concept to check if the given type is a pointer, using std::is_pointer. More...

#include <concepts.hpp>

Concept definition

template<typename T>
concept Pointer = std::is_pointer_v<T>
Concept to check if the given type is a pointer, using std::is_pointer.
Definition concepts.hpp:54

Detailed Description

Concept to check if the given type is a pointer, using std::is_pointer.

Definition at line 54 of file concepts.hpp.