<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>faith_and_brave</author_name>
  <author_url>https://blog.hatena.ne.jp/faith_and_brave/</author_url>
  <blog_title>Faith and Brave - C++で遊ぼう</blog_title>
  <blog_url>https://faithandbrave.hateblo.jp/</blog_url>
  <categories>
    <anon>C++</anon>
  </categories>
  <description>2012/09で公開されたpaperあたりから、C++1yに向けての大きめな提案が提出され始めました。今回は多相ラムダを見ていきます。 実装コストが高いという理由でC++11では見送られ、あまり議論もされなかった多相ラムダ(polymorphic lambda)ですが、C++1yでは正式に提案されています。現在考えられている構文はこんな感じです： [](const&amp; x, &amp; y) { return x + y; } つまり、本来型を記述するところをautoやその他特別なキーワードを用いずに単に書かない、というものです。 このラムダは、以下のような関数オブジェクトを生成します。 struct …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ffaithandbrave.hateblo.jp%2Fentry%2F20121003%2F1349246410&quot; title=&quot; C++1y - 多相ラムダの提案 - Faith and Brave - 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-10-03 15:40:10</published>
  <title> C++1y - 多相ラムダの提案</title>
  <type>rich</type>
  <url>https://faithandbrave.hateblo.jp/entry/20121003/1349246410</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
