Reputation: 11
I recently found a strange operator in the c++ codebase of my company. There it is:
// make the output visible on the console
std::cout.rdbuf()<:0:>.pubsync();
What does the "<:0:>" ? (eye operator ?!?)
Thx
Upvotes: 0
Views: 80