CAF 0.17.6
Loading...
Searching...
No Matches
caf::detail::tl_pop_back< List > Struct Template Reference

Creates a new list wih all but the last element of List. More...

#include <type_list.hpp>

Public Types

using type = typename tl_slice<List, 0, tl_size<List>::value - 1>::type
 

Detailed Description

template<class List>
struct caf::detail::tl_pop_back< List >

Creates a new list wih all but the last element of List.


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