Polymake Template Library (PTL) 4.12
List of all members
polymake::mlist_prepend_if< Condition, Prefix, List > Struct Template Reference

#include <meta_list.h>

Inheritance diagram for polymake::mlist_prepend_if< Condition, Prefix, List >:
Inheritance graph
[legend]
Collaboration diagram for polymake::mlist_prepend_if< Condition, Prefix, List >:
Collaboration graph
[legend]

Detailed Description

template<bool Condition, typename Prefix, typename List>
struct polymake::mlist_prepend_if< Condition, Prefix, List >

Concatenate elements conditionally. If Condition is ‘true’, the function is equivalent to mlist_concat. If Condition is ‘false’, List is returned.


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