Polymake Template Library (PTL) 4.12
polymake::mlist_slice< List, Start, End, TotalSize > Struct Template Reference

#include <meta_list.h>

Detailed Description

template<typename List, int Start, int End = mlist_length<List>::value, int TotalSize = mlist_length<List>::value>
struct polymake::mlist_slice< List, Start, End, TotalSize >

Extract a contiguous slice of a meta-list.

Template Parameters
Startposition of the first element to extract.
Endposition behind the last element to extract. If omitted, the selected subset stretches up to the end of the source meta-list. Positions are counted starting with 0.

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