JustCpp
Repo wih C++ stuff
Loading...
Searching...
No Matches
OpOverload Namespace Reference

Classes

struct  Complex
 

Functions

Complex example (void)
 
Complex operator+ (const Complex &a, const Complex &b)
 
std::ostream & operator<< (std::ostream &stream, const Complex &a)
 

Function Documentation

◆ example()

OpOverload::Complex OpOverload::example ( void )
Here is the caller graph for this function:

◆ operator+()

OpOverload::Complex OpOverload::operator+ ( const Complex & a,
const Complex & b )

◆ operator<<()

std::ostream & OpOverload::operator<< ( std::ostream & stream,
const Complex & a )