list_dispatcher< type_list< T, Ts... > >
list_dispatcher< type_list< T, Ts… > >
Section titled “list_dispatcher< type_list< T, Ts… > >”#include <dtype.hh>template<typename T, typename... Ts>struct list_dispatcher< type_list< T, Ts... > >Defined in src/lib/ncarray/dtype.hh:490
List of all members
Section titled “List of all members”| Name | Kind | Owner |
|---|---|---|
dispatch |
function |
Declared here |
Public Static Methods
Section titled “Public Static Methods”| Return | Name | Description |
|---|---|---|
NCA_HD auto |
dispatch static inline |
dispatch
Section titled “dispatch”static inline
template<typename Visitor> static inline NCA_HD auto dispatch(DType type, Visitor && visitor)Defined in src/lib/ncarray/dtype.hh:492