{"blog_title":"joynote break;","categories":["C++","C++0x","C++11"],"author_url":"https://blog.hatena.ne.jp/joynote/","title":" \u30e0\u30fc\u30d6\u30bb\u30de\u30f3\u30c6\u30a3\u30af\u30b9(Move Semantics)\u306f\u30c6\u30af\u30cb\u30c3\u30af\u306b\u3059\u304e\u306a\u3044","height":"190","author_name":"joynote","provider_url":"https://hatena.blog","width":"100%","published":"2011-06-08 17:52:20","blog_url":"https://joynote.hatenadiary.org/","html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Fjoynote.hatenadiary.org%2Fentry%2F20110608%2F1307523140\" title=\" \u30e0\u30fc\u30d6\u30bb\u30de\u30f3\u30c6\u30a3\u30af\u30b9(Move Semantics)\u306f\u30c6\u30af\u30cb\u30c3\u30af\u306b\u3059\u304e\u306a\u3044 - joynote break;\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>","provider_name":"Hatena Blog","version":"1.0","description":"\u6b63\u78ba\u306b\u306f\u3001C++0x\u3067\u306f\u30e0\u30fc\u30d6\u30bb\u30de\u30f3\u30c6\u30a3\u30af\u30b9\u3092\u5b9f\u73fe\"\u3057\u3084\u3059\u304f\"\u306a\u3063\u305f\u3060\u3051\u3067\u3001 \u30e0\u30fc\u30d6\u81ea\u4f53\u306f\u6614\u304b\u3089\u306e\u30c6\u30af\u30cb\u30c3\u30af\u306b\u904e\u304e\u306a\u3044\u3002 \u3068\u3044\u3046\u4e8b\u3092\u3084\u3063\u3068\u7406\u89e3\u3057\u305f\u3063\u307d\u3044\uff1f\u30e1\u30e2\u3002 #include <iostream> #include <vector> #include <string> std::vector<std::string> add_bar(std::vector<std::string> lhs) { lhs.push_back(\"bar\"); return lhs; } int main(){ const size_t v_size = 100000; std::vector<std::str\u2026","url":"https://joynote.hatenadiary.org/entry/20110608/1307523140","type":"rich","image_url":null}