<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>joynote</author_name>
  <author_url>https://blog.hatena.ne.jp/joynote/</author_url>
  <blog_title>joynote break;</blog_title>
  <blog_url>https://joynote.hatenadiary.org/</blog_url>
  <categories>
    <anon>C++</anon>
    <anon>C++0x</anon>
    <anon>C++11</anon>
  </categories>
  <description>正確には、C++0xではムーブセマンティクスを実現&quot;しやすく&quot;なっただけで、 ムーブ自体は昔からのテクニックに過ぎない。 という事をやっと理解したっぽい？メモ。 #include &lt;iostream&gt; #include &lt;vector&gt; #include &lt;string&gt; std::vector&lt;std::string&gt; add_bar(std::vector&lt;std::string&gt; lhs) { lhs.push_back(&quot;bar&quot;); return lhs; } int main(){ const size_t v_size = 100000; std::vector&lt;std::str…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fjoynote.hatenadiary.org%2Fentry%2F20110608%2F1307523140&quot; title=&quot; ムーブセマンティクス(Move Semantics)はテクニックにすぎない - joynote break;&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2011-06-08 17:52:20</published>
  <title> ムーブセマンティクス(Move Semantics)はテクニックにすぎない</title>
  <type>rich</type>
  <url>https://joynote.hatenadiary.org/entry/20110608/1307523140</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
