<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>nekko1119</author_name>
  <author_url>https://blog.hatena.ne.jp/nekko1119/</author_url>
  <blog_title>C++と色々</blog_title>
  <blog_url>https://nekko1119.hatenablog.com/</blog_url>
  <categories>
    <anon>boost</anon>
    <anon>PreProcessor</anon>
    <anon>まとめ</anon>
  </categories>
  <description>以前の記事でBOOST_PP_REPEATについて書きました。 BOOST_PP_REPEATは似たような記述を繰り返す際に利用できます。例えば、以下の様です(このコード自体に意味はありませんが…) #include &lt;boost/preprocessor/cat.hpp&gt; #include &lt;boost/preprocessor/repeat.hpp&gt; #define VALUE(z, n, d) const int BOOST_PP_CAT(VALUE_, n) = n; BOOST_PP_REPEAT(4, VALUE, _) 展開後 const int VALUE_0 = 0; con…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnekko1119.hatenablog.com%2Fentry%2F2013%2F08%2F15%2F212127&quot; title=&quot;BOOST_PP_ITERATE - 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>2013-08-15 21:21:27</published>
  <title>BOOST_PP_ITERATE</title>
  <type>rich</type>
  <url>https://nekko1119.hatenablog.com/entry/2013/08/15/212127</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
