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

Validates if T is a specialization of the unspecialized template type U. More...

#include <utility.hpp>

Concept definition

template<typename T, template<typename...> typename U>
Validates if T is a specialization of the unspecialized template type U.
Definition utility.hpp:118
constexpr bool isSpecializationOf_v
checks if T is a instance of U
Definition utility.hpp:103

Detailed Description

Validates if T is a specialization of the unspecialized template type U.

Template Parameters
Tfull type specialization
Uunspecialized template type

Definition at line 118 of file utility.hpp.