A class that allows to enumerate k-subsets. More...
#include <ogdf/basic/List.h>
Go to the source code of this file.
Classes | |
class | ogdf::SubsetEnumerator< T > |
Enumerator for k-subsets of a given type. More... | |
Namespaces | |
namespace | ogdf |
The namespace for all OGDF objects. | |
Functions | |
template<class T > | |
std::ostream & | ogdf::operator<< (std::ostream &os, const SubsetEnumerator< T > &subset) |
A class that allows to enumerate k-subsets.
Definition in file SubsetEnumerator.h.