CAF 0.17.6
|
Creates a new list containing the last N
elements.
More...
#include <type_list.hpp>
Public Types | |
using | type = tl_slice_t<List, first_idx, OldSize> |
Static Public Attributes | |
static constexpr size_t | first_idx = OldSize > NewSize ? OldSize - NewSize : 0 |
Creates a new list containing the last N
elements.