<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>shikaku</author_name>
  <author_url>https://blog.hatena.ne.jp/shikaku/</author_url>
  <blog_title>shikaku's blog</blog_title>
  <blog_url>https://blog.systemjp.net/</blog_url>
  <categories>
    <anon>CPP</anon>
  </categories>
  <description>クラスとの違いがあんまないんだなぁ。 サンプル #include &lt;iostream.h&gt; struct Complex { Complex( int nRe=0, int nIm=0 ) { m_nRe = nRe; m_nIm = nIm; } int m_nRe; int m_nIm; }; void main() { Complex C0; Complex C1( 123 ); Complex C2( 123, 456 ); cout &lt;&lt; &quot;C0.Re=&quot; &lt;&lt; C0.m_nRe &lt;&lt; endl; cout &lt;&lt; &quot;C0.Im=&quot; &lt;&lt; C0.m_nIm &lt;&lt; endl; cout …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.systemjp.net%2Fentry%2F2013%2F08%2F23%2F144353&quot; title=&quot;構造体のコンストラクタでも引数付けられる - shikaku&amp;#39;s blog&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>2013-08-23 14:43:53</published>
  <title>構造体のコンストラクタでも引数付けられる</title>
  <type>rich</type>
  <url>https://blog.systemjp.net/entry/2013/08/23/144353</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
