<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>wata_d</author_name>
  <author_url>https://blog.hatena.ne.jp/wata_d/</author_url>
  <blog_title>閑古鳥</blog_title>
  <blog_url>https://www.little-cuckoo.jp/</blog_url>
  <categories>
    <anon>C++</anon>
    <anon>programming</anon>
  </categories>
  <description>かなり強引に。 #include &lt;memory&gt; class wrap_base { struct holder_base { virtual void execute() = 0; }; template&lt;typename T&gt; struct holder : public holder_base { T&amp; instance; holder(T&amp; value) : instance(value) {} void execute() { instance.execute(); } }; std::auto_ptr&lt;holder_base&gt; obj_; public: template&lt;typ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.little-cuckoo.jp%2Fentry%2F20051113%2F1131881076&quot; title=&quot;Generic Template Method を動的な多態に対応させてみた - 閑古鳥&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-11-13 20:24:36</published>
  <title>Generic Template Method を動的な多態に対応させてみた</title>
  <type>rich</type>
  <url>https://www.little-cuckoo.jp/entry/20051113/1131881076</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
