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

Concept to check if the given type is a reference, using std::is_reference. More...

#include <types.hpp>

Concept definition

template<typename T>
concept Reference = std::is_reference_v<T>
Concept to check if the given type is a reference, using std::is_reference.
Definition types.hpp:19

Detailed Description

Concept to check if the given type is a reference, using std::is_reference.

Definition at line 19 of file types.hpp.