Does "std::sort" work only with sequence containers, not associative
containers at all?
Among sequential containers, can it be used with "list", "queue" and other
sequence containers besides "vector"?
Are "istringstr eam" and "ostringstr eam" covered in the book, "STL Tutorial
and Reference" (second edition) by D. Musser, et al.? Seems like I could
not find any related topic in the book.
Thanks for your comments!
containers at all?
Among sequential containers, can it be used with "list", "queue" and other
sequence containers besides "vector"?
Are "istringstr eam" and "ostringstr eam" covered in the book, "STL Tutorial
and Reference" (second edition) by D. Musser, et al.? Seems like I could
not find any related topic in the book.
Thanks for your comments!
Comment