CAF 0.17.6
Public Types | List of all members
caf::detail::tl_slice< List, First, Last > Struct Template Reference

Creates a new list from range (First, Last]. More...

#include <type_list.hpp>

Public Types

using type = typename tl_slice_< List, tl_size< List >::value,(First > Last ? Last :First), Last >::type
 

Detailed Description

template<class List, size_t First, size_t Last>
struct caf::detail::tl_slice< List, First, Last >

Creates a new list from range (First, Last].


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