Class Komplex + STL
komplex.cpp File Reference
#include "komplex.h"
#include <iostream>
#include <vector>
Include dependency graph for komplex.cpp:

Go to the source code of this file.

Functions

ostream & operator<< (ostream &s, const Komplex &rhs)
 
istream & operator>> (istream &s, Komplex &rhs)
 

Function Documentation

◆ operator<<()

ostream& operator<< ( ostream &  s,
const Komplex rhs 
)

Definition at line 27 of file komplex.cpp.

Here is the call graph for this function:

◆ operator>>()

istream& operator>> ( istream &  s,
Komplex rhs 
)

Definition at line 33 of file komplex.cpp.