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

#include <meta_list.h>

Inheritance diagram for polymake::mlist_append_if< Condition, List, Suffix >:
Inheritance graph
[legend]
Collaboration diagram for polymake::mlist_append_if< Condition, List, Suffix >:
Collaboration graph
[legend]

Detailed Description

template<bool Condition, typename List, typename Suffix>
struct polymake::mlist_append_if< Condition, List, Suffix >

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: