<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ajiyoshi</author_name>
  <author_url>https://blog.hatena.ne.jp/ajiyoshi/</author_url>
  <blog_title>＊「ふっかつのじゅもんがちがいます。」withぬこ</blog_title>
  <blog_url>https://ajiyoshi.hatenadiary.org/</blog_url>
  <categories>
    <anon>C++</anon>
  </categories>
  <description>どうしても高速化したい処理があって久々にC++を書いています。 が、書いていてあれ？と思うことがあったので記事を書いてみます。サンプルコードは以下のようなものです。 #include&lt;iostream&gt; #include&lt;string&gt; #include&lt;map&gt; struct point { int x; int y; }; void disp(const point&amp; pt) { std::cout &lt;&lt; &quot;(&quot; &lt;&lt; pt.x &lt;&lt; &quot;, &quot; &lt;&lt; pt.y &lt;&lt; &quot;)&quot; &lt;&lt; std::endl; } int main(){ //garbage value point pt1; dis…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fajiyoshi.hatenadiary.org%2Fentry%2F20120106%2F1325845805&quot; title=&quot;構造体の暗黙のコンストラクタ？ - ＊「ふっかつのじゅもんがちがいます。」withぬこ&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-01-06 19:30:05</published>
  <title>構造体の暗黙のコンストラクタ？</title>
  <type>rich</type>
  <url>https://ajiyoshi.hatenadiary.org/entry/20120106/1325845805</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
