Skip to content

wrap_list

template<template< typename > typename Wrapper, typename List>
struct wrap_list

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

A helper struct to wrap a templated class.

This takes the templated class and a type_list creating a list of the class having been specialized by all types in the list.