wrap_list< Wrapper, type_list< Ts... > >
wrap_list< Wrapper, type_list< Ts… > >
Section titled “wrap_list< Wrapper, type_list< Ts… > >”#include <dtype.hh>template<template< typename > typename Wrapper, typename... Ts>struct wrap_list< Wrapper, type_list< Ts... > >Defined in src/lib/ncarray/dtype.hh:442
List of all members
Section titled “List of all members”| Name | Kind | Owner |
|---|---|---|
type |
typedef |
Declared here |
Public Types
Section titled “Public Types”| Name | Description |
|---|---|
type |
using type = type_list< Wrapper< Ts >... >Defined in src/lib/ncarray/dtype.hh:443