![]() |
JustCpp
Repo wih C++ stuff
|
Classes | |
struct | Complex |
Functions | |
Complex | example (void) |
Complex | operator+ (const Complex &a, const Complex &b) |
std::ostream & | operator<< (std::ostream &stream, const Complex &a) |
OpOverload::Complex OpOverload::example | ( | void | ) |
OpOverload::Complex OpOverload::operator+ | ( | const Complex & | a, |
const Complex & | b ) |
std::ostream & OpOverload::operator<< | ( | std::ostream & | stream, |
const Complex & | a ) |