![]() |
alpaka
Abstraction Library for Parallel Kernel Acceleration
|
#include <Dict.hpp>
Public Types | |
| using | KeyType = T_Key |
| using | ValueType = T_Value |
Public Member Functions | |
| constexpr | DictEntry ()=default |
| constexpr | DictEntry (T_Key const, T_Value const &v) |
Public Attributes | |
| T_Value | value |
| using alpaka::DictEntry< T_Key, T_Value >::KeyType = T_Key |
| using alpaka::DictEntry< T_Key, T_Value >::ValueType = T_Value |
|
inlineconstexpr |
|
constexprdefault |
| T_Value alpaka::DictEntry< T_Key, T_Value >::value |