Polymake Template Library (PTL) 4.13
pm::list_search_all< First, Second, Predicate > Struct Template Reference

#include <type_manip.h>

Inheritance diagram for pm::list_search_all< First, Second, Predicate >:
Collaboration diagram for pm::list_search_all< First, Second, Predicate >:

Public Types

typedef std::conditional< value, First, void >::type positive
 elements from First matching the predicate
 
typedef std::conditional< value, void, First >::type negative
 complement
 
typedef std::conditional< value, Second, void >::type positive2
 Second if there is at least one matching pair.
 
typedef std::conditional< value, void, Second >::type negative2
 complement
 

Static Public Attributes

static const bool value =Predicate<First,Second>::value
 whether at least one pair found
 
static const int pos = value ? 0 : -1
 where it was found
 

Detailed Description

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

More powerful than list_search: find all pairs from $First$ and $Second$ (both may be lists or scalars.)


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