Polymake Template Library (PTL) 4.15
polymake::mlist_prepend_if< Condition, Prefix, List > Struct Template Reference

#include <meta_list.h>

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: