Class hierarchy and polymorphismus
Loading...
Searching...
No Matches
employee.h File Reference
#include <iostream>
#include <string>
Include dependency graph for employee.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Employee
 

Functions

std::ostream & operator<< (std::ostream &s, const Employee &org)
 
bool operator< (const Employee &lhs, const Employee &rhs)
 

Function Documentation

◆ operator<()

bool operator< ( const Employee lhs,
const Employee rhs 
)
inline

Definition at line 51 of file employee.h.

Here is the call graph for this function:

◆ operator<<()

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