<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>salpik</author_name>
  <author_url>https://blog.hatena.ne.jp/salpik/</author_url>
  <blog_title>salpikのブログ</blog_title>
  <blog_url>https://salpik.hatenablog.com/</blog_url>
  <categories>
  </categories>
  <description>Parameter pack 0個以上の可変長の複数の変数をまとめて扱い展開していく時に使う。 Reference Parameter pack(since C++11) - cppreference.com Example1 template&lt;typename T, typename... Targs&gt; void tprintf(const char* format, T value, Targs... Fargs) { for (; *format != '0\n'; format++) { if (*format == '%') { tprintf(format+1, Fargs); r…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsalpik.hatenablog.com%2Fentry%2F2021%2F10%2F30%2F224024&quot; title=&quot;C++新しく学んだこと - salpikのブログ&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>https://cdn-ak.f.st-hatena.com/images/fotolife/s/salpik/20211030/20211030203207.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2021-10-30 22:40:24</published>
  <title>C++新しく学んだこと</title>
  <type>rich</type>
  <url>https://salpik.hatenablog.com/entry/2021/10/30/224024</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
