Lumiera  0.pre.03
»edit your freedom«
Prepend< T, TySeq< TYPES... > > Struct Template Reference

#include "lib/meta/variadic-helper.hpp"

Description

template<typename T, typename... TYPES>
struct lib::meta::Prepend< T, TySeq< TYPES... > >

temporary workaround: additional specialisation for the template Prepend to work also with the (alternative) variadic TySeq.

See also
typeseq-util.hpp

Definition at line 90 of file variadic-helper.hpp.

Public Types

using List = typename Types< T, TYPES... >::List
 
using Seq = TySeq< T, TYPES... >
 

Member Typedef Documentation

◆ Seq

using Seq = TySeq<T, TYPES...>

Definition at line 92 of file variadic-helper.hpp.

◆ List

using List = typename Types<T, TYPES...>::List

Definition at line 93 of file variadic-helper.hpp.

+ Collaboration diagram for Prepend< T, TySeq< TYPES... > >:

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