Polymake Template Library (PTL) 4.13
pm::SingleElementSetCmp< ElemRef, Comparator > Class Template Reference

A set consisting of exactly one element. More...

#include <GenericSet.h>

Inheritance diagram for pm::SingleElementSetCmp< ElemRef, Comparator >:
Collaboration diagram for pm::SingleElementSetCmp< ElemRef, Comparator >:

Public Types

using element_type
 element types
using element_comparator
 functor type for comparing elements
using generic_type
 generic type
using top_type
 top type

Public Member Functions

bool operator== (const GenericSet< Set2, pure_type_t< ElemRef >, Comparator > &s) const
 comparison
bool operator< (const GenericSet< Set2, pure_type_t< ElemRef >, Comparator > &s) const
 lexicographical comparison

Detailed Description

template<typename ElemRef, typename Comparator>
class pm::SingleElementSetCmp< ElemRef, Comparator >

A set consisting of exactly one element.


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