<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>JugglerShu.Net &#187; ラムダ関数</title>
	<atom:link href="http://programming.jugglershu.net/wp/?cat=92&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://programming.jugglershu.net/wp</link>
	<description>Nothing But Programming</description>
	<lastBuildDate>Wed, 15 Apr 2020 08:11:15 +0000</lastBuildDate>
	<language>ja</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.9.40</generator>
	<item>
		<title>ラムダ関数</title>
		<link>http://programming.jugglershu.net/wp/?p=573</link>
		<comments>http://programming.jugglershu.net/wp/?p=573#comments</comments>
		<pubDate>Thu, 16 Sep 2010 17:15:00 +0000</pubDate>
		<dc:creator><![CDATA[shu]]></dc:creator>
				<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[ラムダ関数]]></category>

		<guid isPermaLink="false">http://programming.jugglershu.net/wp/?p=573</guid>
		<description><![CDATA[Visual Studio 2010の新機能にラムダ関数のサポートがあるらしいhttp://msdn.microsoft.com/ja-jp/library/dd293608.aspx 個人的にあんまりラムダ関数に慣れ親しんでいないせいか、C++で書いてて、こういう風に書こうという発想にならないような気がする。 ただ、ラムダ関数自体はRubyとかでプログラム書いていると便利なのは確か。このドキュメ <a class="more-link" href="http://programming.jugglershu.net/wp/?p=573">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Visual Studio 2010の新機能にラムダ関数のサポートがあるらしい<br /><a href="http://msdn.microsoft.com/ja-jp/library/dd293608.aspx">http://msdn.microsoft.com/ja-jp/library/dd293608.aspx</a></p>
<p>個人的にあんまりラムダ関数に慣れ親しんでいないせいか、C++で書いてて、こういう風に書こうという発想にならないような気がする。</p>
<p>ただ、ラムダ関数自体はRubyとかでプログラム書いていると便利なのは確か。このドキュメントにあるように、C++で同じことやるには関数オブジェクトとかになるけど、わざわざクラス定義が必要になる。</p>
<p>でも、C++ではちょっと使うのが気が引ける。他人が読めなくなるだろう、きっと。</p>
]]></content:encoded>
			<wfw:commentRss>http://programming.jugglershu.net/wp/?feed=rss2&#038;p=573</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
