|
Template class Komplex with concepts
|
#include <cassert>#include <cmath>#include <concepts>#include <iostream>#include "komplex.tcc"
Go to the source code of this file.
Classes | |
| class | Komplex< T > |
Functions | |
| template<class T > | |
| Komplex< T > | operator+ (T lhs, const Komplex< T > &rhs) |
| template<class T > | |
| T | abs (const Komplex< T > &rhs) |
| T abs | ( | const Komplex< T > & | rhs | ) |