Template class Komplex with concepts
main.cpp File Reference
#include "komplex2.h"
#include <algorithm>
#include <iostream>
#include <iterator>
#include <vector>
Include dependency graph for main.cpp:

Go to the source code of this file.

Functions

template<class T >
ostream & operator<< (ostream &s, const vector< T > &v)
 
template<class T >
bool islargerequal (T a, T b)
 
int main ()
 

Function Documentation

◆ islargerequal()

template<class T >
bool islargerequal ( a,
b 
)

Definition at line 22 of file main.cpp.

Here is the caller graph for this function:

◆ main()

int main ( )

Definition at line 27 of file main.cpp.

Here is the call graph for this function:

◆ operator<<()

template<class T >
ostream& operator<< ( ostream &  s,
const vector< T > &  v 
)

Definition at line 14 of file main.cpp.