set.hh File Reference

#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::BaseSet< F >
 Set with operations and output operator. More...
 
class  concepts::BaseSet< F >
 Set with operations and output operator. More...
 
class  concepts::Set< F >
 Set with operations, output operator, and method of the particular element types. More...
 

Namespaces

 concepts
 Basic namespace for Concepts-2.
 

Macros

#define SetInput_D   0
 

Functions

template<class F >
Set< F > concepts::makeSet (std::initializer_list< F > list)
 Creates an array from a comma separated list of values. More...
 
template<class F >
Set< F > concepts::makeSet (uint n, const F &first,...)
 Creates an array of length
from a comma separated list of values. More...
 
template<class F >
std::istream & concepts::operator>> (std::istream &is, BaseSet< F > &set)
 

Detailed Description

Set with operations, output operator, and method of the particular element types.

Definition in file set.hh.

Macro Definition Documentation

◆ SetInput_D

#define SetInput_D   0

Definition at line 23 of file set.hh.

Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich