| c++ Programming Glossary: quoting_proxyCustom manipulator for C++ iostream http://stackoverflow.com/questions/535444/custom-manipulator-for-c-iostream  you can create a proxy class namespace quoting struct quoting_proxy explicit quoting_proxy std ostream os os os template typename.. class namespace quoting struct quoting_proxy explicit quoting_proxy std ostream os os os template typename Rhs friend std ostream.. os os os template typename Rhs friend std ostream operator quoting_proxy const q   Rhs const rhs return q.os rhs friend std ostream operator.. 
 |