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

A false_type being dependent on a ignored template parameter. This allows to use static_assert in uninstantiated template specializations without triggering. More...

#include <DependentFalseType.hpp>

+ Inheritance diagram for alpaka::meta::DependentFalseType< T >:

Detailed Description

template<typename T>
struct alpaka::meta::DependentFalseType< T >

A false_type being dependent on a ignored template parameter. This allows to use static_assert in uninstantiated template specializations without triggering.

Definition at line 14 of file DependentFalseType.hpp.


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