DeadMaX
DeadMaX

Reputation: 11

What is the <:0:> operator in c++?

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

Answers (0)

Related Questions