<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>iww</author_name>
  <author_url>https://blog.hatena.ne.jp/iww/</author_url>
  <blog_title>揮発性のメモ２</blog_title>
  <blog_url>https://iww.hateblo.jp/</blog_url>
  <categories>
    <anon>C++</anon>
  </categories>
  <description>一時的にオブジェクトを作って渡すとき、C++ならいちいちnewとかせずに引数の中で使い捨てできる。 #include &lt;stdio.h&gt; class Pos_t { public: int x; int y; }; void show(const Pos_t &amp;A) { printf(&quot;X=%d\n&quot;,A.x); printf(&quot;Y=%d\n&quot;,A.y); } int main() { printf(&quot;初期値が無いと、中身はゴミになる\n&quot;); Pos_t A; A.x = 123; show( A ); printf(&quot;\n初期値があると、未初期化部はゼロになる\n&quot;); Pos_t B={…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fiww.hateblo.jp%2Fentry%2F20140829%2Fstruct&quot; title=&quot; C++で引数のところでオブジェクトを作って渡す - 揮発性のメモ２&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>2014-08-29 00:00:00</published>
  <title> C++で引数のところでオブジェクトを作って渡す</title>
  <type>rich</type>
  <url>https://iww.hateblo.jp/entry/20140829/struct</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
