<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>rhysd</author_name>
  <author_url>https://blog.hatena.ne.jp/rhysd/</author_url>
  <blog_title>はやくプログラムになりたい</blog_title>
  <blog_url>https://rhysd.hatenablog.com/</blog_url>
  <categories>
    <anon>C++</anon>
  </categories>
  <description>std::transform では1つのコンテナに対して所謂 map の操作を行えたり，2つのコンテナに対して所謂 zipWith を行えます．今回は C++11 で新たに導入された Variadic Templates を使って，対象となるコンテナの数を任意個になるように拡張してみました． template&lt; class Func, class OutputIter, class InputIter, class... InputIters &gt; OutputIter zip_with( InputIter first1, InputIter last1, OutputIter d_first…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Frhysd.hatenablog.com%2Fentry%2F20120427%2F1335552829&quot; title=&quot;可変個数のコンテナに適用できる zipWith のようなもの - はやくプログラムになりたい&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-27 03:53:49</published>
  <title>可変個数のコンテナに適用できる zipWith のようなもの</title>
  <type>rich</type>
  <url>https://rhysd.hatenablog.com/entry/20120427/1335552829</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
