Lumiera  0.pre.03
»edit your freedom«
PrefixAll< T, TY > Struct Template Reference

#include "lib/meta/typelist-manip.hpp"

Description

template<class T, class TY>
struct lib::meta::PrefixAll< T, TY >

prefix each of the elements, yielding a list-of lists-of-types

Definition at line 245 of file typelist-manip.hpp.

Public Types

typedef Node< typename Append< T, TY >::List, NullTypeList
 

Member Typedef Documentation

◆ List

typedef Node< typename Append<T,TY>::List, NullType> List

Definition at line 245 of file typelist-manip.hpp.

+ Collaboration diagram for PrefixAll< T, TY >:

The documentation for this struct was generated from the following file: