Say I have the following code:
假设我有以下代码:
int ignored = 0;
StreamIgnore si;
si << "This part" << " should be" << ignored << std::endl;
inSay I have the following code:
假设我有以下代码:
int ignored = 0;
StreamIgnore si;
si << "This part" << " should be" << ignored << std::endl;
in