¡@

Home 

c++ Programming Glossary: append_to_stream

Cannot have typeof(std::endl) as template parameter?

http://stackoverflow.com/questions/10015897/cannot-have-typeofstdendl-as-template-parameter

So I was trying to write a function like this void append_to_stream std ostream stream template typename T typename... Args void.. ostream stream template typename T typename... Args void append_to_stream std ostream stream T first Args ... rest stream first append_to_stream.. std ostream stream T first Args ... rest stream first append_to_stream stream rest... and call it like append_to_stream stream std..