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

81 Views Asked by At

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

0

There are 0 best solutions below