<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>DOSEI</author_name>
  <author_url>https://blog.hatena.ne.jp/DOSEI/</author_url>
  <blog_title>DOSEIの日記</blog_title>
  <blog_url>https://dosei.hatenadiary.jp/</blog_url>
  <categories>
    <anon>メモ</anon>
    <anon>プログラミング</anon>
  </categories>
  <description>前回の続き。 普通のクラス変数定義 MyClass m;コンストラクタによる初期化付き定義 MyClass m(arg1, arg2);この構文をプリミティブ型(int, double, ...)に適応すると普通の代入と同じになるらしい。 int m(10); // &lt;=&gt; int m = 10;もちろん、 int m(10, 20);はできない。gcc では次のエラーが出る。error: initializer expression list treated as compound expression warning: left-hand operand of comma has no e…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdosei.hatenadiary.jp%2Fentry%2F20050319%2Fp2&quot; title=&quot; C++ の初期化(2) - DOSEIの日記&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>2005-03-19 00:00:01</published>
  <title> C++ の初期化(2)</title>
  <type>rich</type>
  <url>https://dosei.hatenadiary.jp/entry/20050319/p2</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
