#include <set>#include <algorithm>#include <iterator>#include <stdarg.h>#include <initializer_list>#include <basics/debug.hh>#include <basics/outputOperator.hh>#include <basics/exceptions.hh>#include <basics/pointerOutput.hh>#include <basics/output.hh>#include "array.hh"Go to the source code of this file.
Classes | |
| class | concepts::Set< F > |
| class | concepts::BaseSet< F > |
Namespaces | |
| namespace | concepts |
Macros | |
| #define | SetInput_D 0 |
Functions | |
| template<class F > | |
| std::istream & | concepts::operator>> (std::istream &is, BaseSet< F > &set) |
| template<class F > | |
| Set< F > | concepts::makeSet (uint n, const F &first,...) |
| template<class F > | |
| Set< F > | concepts::makeSet (std::initializer_list< F > list) |
Set with operations, output operator, and method of the particular element types.
Definition in file set.hh.