C++ Language/Std/Iostreams/StreamingCustomTypes
Appearance
To enable std::cout << oVar; where oVar has a custom type, you would need to implement an overload of the stream-operator operator<<().
| C++ Language |
To enable std::cout << oVar; where oVar has a custom type, you would need to implement an overload of the stream-operator operator<<().