Created
May 31, 2011 07:07
-
-
Save suchi/1000092 to your computer and use it in GitHub Desktop.
コンテナをcopyとostream_iteratorを使って出力するイディオム
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
copy(vs.begin(), vs.end(), ostream_iterator<string>(cout, "\n")); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment