First Class
student.cpp File Reference
#include "student.h"
#include <algorithm>
#include <string>
#include <vector>
Include dependency graph for student.cpp:

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 45 of file student.cpp.

◆ operator>>()

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

Definition at line 56 of file student.cpp.

Here is the call graph for this function: