Polymake Template Library (PTL) 4.12
List of all members
pm::merge_list< First, Second, Predicate > Struct Template Reference

#include <type_manip.h>

Inherits pm::concat_list< T1, T2 >.

Detailed Description

template<typename First, typename Second, template< typename, typename > class Predicate>
struct pm::merge_list< First, Second, Predicate >

Eliminate the elements of Second that evaluate Predicate::value==TRUE when combined with some element(s) from First.


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