Polymake Template Library (PTL): polymake::mlist_subset< TList, TStart, TEnd, TValid > Struct Template Reference
polymake::mlist_subset< TList, TStart, TEnd, TValid > Struct Template Reference

Detailed Description

template<typename TList, int TStart, int TEnd = mlist_length<TList>::value, bool TValid = (0 <= TStart && TStart <= TEnd && TEnd <= mlist_length<TList>::value)>
struct polymake::mlist_subset< TList, TStart, TEnd, TValid >

Extract a subset of the given meta-list.

Template Parameters
TStartposition of the first element to extract.
TEndposition 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:
  • lib/core/include/meta_list.h