Polymake Template Library (PTL)
4.4
|
Set_with_dim as GenericSet. More...
Public Types | |
using | element_type = deref< SetRef >::type::element_type |
element types | |
using | element_comparator = deref< SetRef >::type::element_comparator |
functor type for comparing elements | |
using | generic_type = GenericSet |
generic type | |
using | top_type = typename Generic< Set_with_dim< SetRef > >::top_type |
top type | |
Public Member Functions | |
bool | operator== (const GenericSet< Set2, deref< SetRef >::type::element_type, deref< SetRef >::type::element_comparator > &s) const |
comparison | |
bool | operator< (const GenericSet< Set2, deref< SetRef >::type::element_type, deref< SetRef >::type::element_comparator > &s) const |
lexicographical comparison | |
Set_with_dim as GenericSet.