标签: c++ manipulators
例如,我想创建操纵器以将字符串从小写转换为大写,并且必须使用如下:cout << toUpper << "abc"; 如何从ostream类型获取源字符串以供进一步使用?
cout << toUpper << "abc";