<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>SaitoAtsushi</author_name>
  <author_url>https://blog.hatena.ne.jp/SaitoAtsushi/</author_url>
  <blog_title>主題のない日記</blog_title>
  <blog_url>https://saito.hatenablog.jp/</blog_url>
  <categories>
  </categories>
  <description>以下のような C++ のコードがあります。 実行せずにどのような出力が得られるか予想してみて下さい。 #include &lt;iostream&gt; struct Foo { Foo() { std::cout &lt;&lt; &quot;default constructor.&quot; &lt;&lt; std::endl; } Foo(const Foo&amp;) { std::cout &lt;&lt; &quot;copy constructor.&quot; &lt;&lt; std::endl;} ~Foo() { std::cout &lt;&lt; &quot;destructor.&quot; &lt;&lt; std::endl; } }; int main(void) { Foo a = Foo(); std…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsaito.hatenablog.jp%2Fentry%2F2012%2F12%2F10%2F123023&quot; title=&quot;コピーコンストラクタの省略 - 主題のない日記&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>2012-12-10 12:30:23</published>
  <title>コピーコンストラクタの省略</title>
  <type>rich</type>
  <url>https://saito.hatenablog.jp/entry/2012/12/10/123023</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
