<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>skelton_boy</author_name>
  <author_url>https://blog.hatena.ne.jp/skelton_boy/</author_url>
  <blog_title>So Many People, So Many Different Ideas</blog_title>
  <blog_url>https://skelton-boy.hatenadiary.org/</blog_url>
  <categories>
    <anon>プログラミング</anon>
  </categories>
  <description>先日書いた日記の補足。 以下のようなコードを書いてみると分かりますが、、、 #include &lt;iostream&gt; #include &lt;cassert&gt; using namespace std; class M { public: M(int i_):i(i_) { cout &lt;&lt; &quot;引数1個のコンストラクタだよ&quot; &lt;&lt; endl; } ; M(const M&amp; m_):i(m_.i) { cout &lt;&lt; &quot;コピーコンストラクタだよ&quot; &lt;&lt; endl; } M &amp;operator=(const M &amp;o) { cout &lt;&lt; &quot;コピー代入演算子だよ&quot; &lt;&lt; endl; } private: i…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fskelton-boy.hatenadiary.org%2Fentry%2F20091219%2F1261198449&quot; title=&quot;explicitで暗黙の型変換を防止する - So Many People, So Many Different Ideas&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>2009-12-19 13:54:09</published>
  <title>explicitで暗黙の型変換を防止する</title>
  <type>rich</type>
  <url>https://skelton-boy.hatenadiary.org/entry/20091219/1261198449</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
