<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 - Discussions by Renumbered</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Niners/Renumbered/Discussions/RSS"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 - Discussions by Renumbered</title>
		<link>http://channel9.msdn.com/Niners/Renumbered/Discussions</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Niners/Renumbered/Discussions</link>
	<language>en</language>
	<pubDate>Fri, 24 May 2013 03:31:14 GMT</pubDate>
	<lastBuildDate>Fri, 24 May 2013 03:31:14 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>0</c9:totalResults>
	<c9:pageCount>0</c9:pageCount>
	<c9:pageSize>0</c9:pageSize>
	<item>
		<title>Tech Off - [C++] What is the function type</title>
		<description><![CDATA[<p><blockquote><div class="quoteText"><br>6 hours ago, Dexter wrote</p><p>No problem, anyway my answer isn't quite right. void(int) will only work with std::function, what std::function does to achieve this is close to magic</p><p></div></blockquote><br><br>That is good to know <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-4.gif?v=c9' alt='Tongue Out' /></p><p><blockquote><div class="quoteText"><br><br>In your case you'll have to stick to something simpler:<br>1 <br>guard&lt;S_FUNC&gt; g(func); <br></div></blockquote><br>Well now i feel stupid, for not thinking of that.<br>It's quite obvious now when i see the solution.</p><p><br>Damn tunnel vision !</p><p><br>Thank you for the help.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/What-is-the-function-type/d09f2419ec8c484d93e79e99016095a9#d09f2419ec8c484d93e79e99016095a9</link>
		<pubDate>Tue, 01 Mar 2011 21:23:43 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/What-is-the-function-type/d09f2419ec8c484d93e79e99016095a9#d09f2419ec8c484d93e79e99016095a9</guid>
		<dc:creator>Renumbered</dc:creator>
		<slash:comments>5</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Renumbered/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - [C++] What is the function type</title>
		<description><![CDATA[<p>That's the thread that made me interested in it.</p><p>&nbsp;</p><p>Sorry for not providing enough info (as STL complained about)</p><p><pre class="brush: cpp">template &lt;typename F&gt;
class guard {
    F m_func;
public:
    explicit guard(F func) : m_func(func) {}
    ~guard() {
        m_func(123);
    }
};</pre></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/What-is-the-function-type/7e761a8f144147fda7809e9900d04489#7e761a8f144147fda7809e9900d04489</link>
		<pubDate>Tue, 01 Mar 2011 12:38:16 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/What-is-the-function-type/7e761a8f144147fda7809e9900d04489#7e761a8f144147fda7809e9900d04489</guid>
		<dc:creator>Renumbered</dc:creator>
		<slash:comments>5</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Renumbered/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - [C++] What is the function type</title>
		<description><![CDATA[<p>Quick question</p><p>&nbsp;</p><p>What is the function type (i think it's called that) for this functor</p><p><pre class="brush: cpp">struct S_FUNC {
void operator()(int i) const {
}
};

S_FUNC func;

guard&lt;void (*)(int)&gt; g(func);
</pre></p><p>For some reason, vs2010 doesn't think it is &quot;void (*)(int)&quot;<br>so if it's not that then what is it ?</p><p>&nbsp;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/What-is-the-function-type/3c8f736fa1b0434685c39e990018a212#3c8f736fa1b0434685c39e990018a212</link>
		<pubDate>Tue, 01 Mar 2011 01:29:41 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/What-is-the-function-type/3c8f736fa1b0434685c39e990018a212#3c8f736fa1b0434685c39e990018a212</guid>
		<dc:creator>Renumbered</dc:creator>
		<slash:comments>5</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Renumbered/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>