ApprentissageProgrammationCpp  ..
Classes | Fonctions
Référence du fichier point_overload.cpp
#include <iostream>
#include <limits>
#include <cmath>

Classes

class  Point
 [print_const] Plus de détails...
 

Fonctions

std::ostream & operator<< (std::ostream &os, const Point &p)
 [access_impl] Plus de détails...
 
Point operator* (const double &c, const Point &p)
 [flux_impl] Plus de détails...
 
int main ()
 [math2_impl] Plus de détails...
 

Documentation des fonctions

◆ main()

int main ( )

[math2_impl]

◆ operator*()

Point operator* ( const double &  c,
const Point p 
)

[flux_impl]

[flux]

[math2_impl]

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const Point p 
)

[access_impl]

[access]

[flux_impl]