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

Go to the source code of this file.

Classes

struct  Check_SKZ
 Functor for passing a parameter cSKZ to an comparison operator. More...
 

Functions

bool num_studs (const Student &lhs, const Student &rhs)
 binary boolean function: Compares the number of studies of two students More...
 
int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 39 of file main.cpp.

Here is the call graph for this function:

◆ num_studs()

bool num_studs ( const Student lhs,
const Student rhs 
)

binary boolean function: Compares the number of studies of two students

Parameters
[in]lhsstudent
[in]rhsstudent
Returns
lexigraphically lhs < rhs

Definition at line 92 of file main.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: