Polymake Template Library (PTL) 4.12
polymake::mselect< TClauses > Struct Template Reference

Inherited by pm::matrix_symmetry_type< TMatrix >.

Detailed Description

template<typename... TClauses>
struct polymake::mselect< TClauses >

Choose the type occurring in the first satisifed clause. Every clause but the last one must be an instance of std::enable_if. The last clause may be a single type with serves as an 'otherwise' case. If there is no such fallback, the resulting type is undefined.


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