<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>DigitalGhost</author_name>
  <author_url>https://blog.hatena.ne.jp/DigitalGhost/</author_url>
  <blog_title>デ-mk6</blog_title>
  <blog_url>https://dechimal.hatenadiary.com/</blog_url>
  <categories>
    <anon>C++0x</anon>
  </categories>
  <description>struct Foo { Resource* r_; Foo() r_(new Resource) {} Foo(Foo &amp; foo) : r_(new Resource(*foo.r_)) {} // A Foo(Foo const &amp; foo) : r_(new Resource(*foo.r_)) {} // B Foo(Foo &amp;&amp; foo) : r_(foo.r_) {foo.r_ = nullptr;} // C Foo(Foo const &amp;&amp; foo) : r_(new Resource(*foo.r_)) {} // D }; Foo ret_rval(); Foo cons…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdechimal.hatenadiary.com%2Fentry%2F20081023%2F1224786374&quot; title=&quot;右辺値の変換規則について - デ-mk6&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>2008-10-23 03:26:14</published>
  <title>右辺値の変換規則について</title>
  <type>rich</type>
  <url>https://dechimal.hatenadiary.com/entry/20081023/1224786374</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
