如何在iostream的子类中拦截flush / endl?

时间:2019-01-24 10:00:25

标签: c++ iostream

我想将std::ostream&传递给某个函数,只要将std::endl传递给该函数,该函数就会执行某些操作。

endl只是\n,后跟flush,但是我不能简单地将流子类化并覆盖flush,因为该方法不是虚拟的。

如何编写对ostream有反应的endl

0 个答案:

没有答案