<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>osyo-manga</author_name>
  <author_url>https://blog.hatena.ne.jp/osyo-manga/</author_url>
  <blog_title>C++でゲームプログラミング</blog_title>
  <blog_url>https://osyo-manga.hatenadiary.org/</blog_url>
  <categories>
    <anon>C++</anon>
  </categories>
  <description>とか書いてみました。 [ソース] #include &lt;iostream&gt; #include &lt;type_traits&gt; template&lt;typename ...Args&gt; using common_type = typename std::common_type&lt;Args...&gt;::type; template&lt; typename ...Args, typename CommonType = common_type&lt;Args...&gt; &gt; void disp(Args&amp;&amp;... args){ for(auto&amp;&amp; n : { static_cast&lt;CommonType&gt;(args)...} …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fosyo-manga.hatenadiary.org%2Fentry%2F20111227%2F1324984787&quot; title=&quot;Variadic Templates から range-based for へ - 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>2011-12-27 20:19:47</published>
  <title>Variadic Templates から range-based for へ</title>
  <type>rich</type>
  <url>https://osyo-manga.hatenadiary.org/entry/20111227/1324984787</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
