<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hecomi</author_name>
  <author_url>https://blog.hatena.ne.jp/hecomi/</author_url>
  <blog_title>凹みTips</blog_title>
  <blog_url>https://tips.hecomi.com/</blog_url>
  <categories>
    <anon>C++</anon>
  </categories>
  <description>はじめに 正直，何の役にも立たない内容ですが，Boost.Preprocessor の凄さは分かると思います． イントロ 型を調べる！と言ったら RTTI（Run-Time Type Information: 実行時型情報）ですね．RTTIを得るためには typeid 演算子を使えば OK です． #include &lt;iostream&gt; #include &lt;vector&gt; int main() { std::vector&lt;int&gt; v; std::cout &lt;&lt; typeid(v).name() &lt;&lt; std::endl; return 0; } // 出力： class std::vecto…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftips.hecomi.com%2Fentry%2F20110321%2F1300691095&quot; title=&quot;型の名前を静的に調べる - 凹みTips&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-03-21 16:04:55</published>
  <title>型の名前を静的に調べる</title>
  <type>rich</type>
  <url>https://tips.hecomi.com/entry/20110321/1300691095</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
