<?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>mpllibs のコードを見ていて、ふと思いついたのでやってみました。 [ソース] #include &lt;boost/preprocessor/enum.hpp&gt; #include &lt;boost/mpl/vector_c.hpp&gt; #include &lt;boost/mpl/string.hpp&gt; template&lt;std::size_t Index, typename Char, typename std::size_t N&gt; constexpr Char at_c(Char (&amp;str)[N]){ return Index &gt;= N ? Char('\0') : str[Index]; } #d…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fosyo-manga.hatenadiary.org%2Fentry%2F20120406%2F1333639191&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>2012-04-06 00:19:51</published>
  <title>文字列から型への変換</title>
  <type>rich</type>
  <url>https://osyo-manga.hatenadiary.org/entry/20120406/1333639191</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
