alpaka
Abstraction Library for Parallel Kernel Acceleration
alpaka::interface::Implements< TInterface, TBase > Struct Template Reference

Tag used in class inheritance hierarchies that describes that a specific interface (TInterface) is implemented by the given base class (TBase). More...

#include <Interface.hpp>

+ Inheritance diagram for alpaka::interface::Implements< TInterface, TBase >:

Detailed Description

template<typename TInterface, typename TBase>
struct alpaka::interface::Implements< TInterface, TBase >

Tag used in class inheritance hierarchies that describes that a specific interface (TInterface) is implemented by the given base class (TBase).

Definition at line 14 of file Interface.hpp.


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