What does the operator function do is my only question. I came across a piece of code that used operator and wondered what is was and how it works.. Here is the piece of code:
std::istream& operator>>(std::istream& is, POI& obj)
What does the operator function do is my only question. I came across a piece of code that used operator and wondered what is was and how it works.. Here is the piece of code:
std::istream& operator>>(std::istream& is, POI& obj)