Class hierarchy and polymorphismus
employee.cpp File Reference
#include "employee.h"
#include <iostream>
#include <string>
Include dependency graph for employee.cpp:

Go to the source code of this file.

Functions

ostream & operator<< (ostream &s, const Employee &org)
 

Function Documentation

◆ operator<<()

ostream& operator<< ( ostream &  s,
const Employee org 
)

Definition at line 32 of file employee.cpp.

Here is the call graph for this function: