concepts::Set< F > Class Template Reference

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

#include <traces.hh>

Public Member Functions

 Set ()
 
 Set (const F &val)
 
template<class G >
 Set (const G &set)
 
virtual ~Set ()
 

Detailed Description

template<class F>
class concepts::Set< F >

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

Need of specialisation for different types.

Author
Kersten Schmidt, 2005

Definition at line 18 of file traces.hh.

Constructor & Destructor Documentation

◆ Set() [1/3]

template<class F >
concepts::Set< F >::Set ( )
inline

Definition at line 41 of file set.hh.

◆ Set() [2/3]

template<class F >
concepts::Set< F >::Set ( const F &  val)
inline

Definition at line 42 of file set.hh.

◆ Set() [3/3]

template<class F >
template<class G >
concepts::Set< F >::Set ( const G &  set)
inline

Definition at line 44 of file set.hh.

◆ ~Set()

template<class F >
virtual concepts::Set< F >::~Set ( )
inlinevirtual

Definition at line 45 of file set.hh.


The documentation for this class was generated from the following files:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich