<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Cryolite</author_name>
  <author_url>https://blog.hatena.ne.jp/Cryolite/</author_url>
  <blog_title>Cry's Blog</blog_title>
  <blog_url>https://blog.cryolite.net/</blog_url>
  <categories>
    <anon>C++</anon>
  </categories>
  <description>const 参照をエミュレートするクラステンプレートが実装可能か？つまり以下のようなクラステンプレート template&lt;class T&gt; class const_reference { ????? };があったとして， int i; double d; const_reference&lt;int&gt; rci1(i); // i への const 参照として振舞う const_reference&lt;int&gt; rci2(1); // 一時オブジェクトの 1 は rci の寿命まで延命される const_reference&lt;double&gt; rcd1(d); // int -&gt; double への変換後，変…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.cryolite.net%2Fentry%2F20051020%2Fp1&quot; title=&quot;const 参照エミュレーション - Cry&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>2005-10-20 00:00:00</published>
  <title>const 参照エミュレーション</title>
  <type>rich</type>
  <url>https://blog.cryolite.net/entry/20051020/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
