Polymake Template Library (PTL) 4.13
polymake::mlist_is_tail_of< List1, List2, valid > Struct Template Reference

Check whether one list coincides with the tail of another list. More...

#include <meta_list.h>

Detailed Description

template<typename List1, typename List2, bool valid = (mlist_length<List2>::value >= mlist_length<List1>::value)>
struct polymake::mlist_is_tail_of< List1, List2, valid >

Check whether one list coincides with the tail of another list.


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