wrap_list
wrap_list
Section titled “wrap_list”template<template< typename > typename Wrapper, typename List>struct wrap_listDefined 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.