I want to know if it is possible to transform a std::vector to a std::stringstream using generic programming and how can one accomplish such a thing?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Adapting Brian Neal's comment, the following will only work if the
|
|||||||||||||||||||||
|
|
If the vector's element type supports operator<<, something like the following may be an option:
|
||||
|
|