CAF 0.17.6
Loading...
Searching...
No Matches
Public Types | List of all members
caf::detail::tl_push_front< type_list< ListTs... >, What > Struct Template Reference

Appends What to given list. More...

#include <type_list.hpp>

Public Types

using type = type_list< What, ListTs... >
 

Detailed Description

template<class... ListTs, class What>
struct caf::detail::tl_push_front< type_list< ListTs... >, What >

Appends What to given list.


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