Skip to content

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

Name Kind Owner
type typedef Declared here
Name Description
type

using type = type_list< Wrapper< Ts >... >

Defined in src/lib/ncarray/dtype.hh:443