CPU variable type

大城市里の小女人 提交于 2021-02-05 05:34:05

问题


I was working in Visual Studio when happy little innocent intellisense said there was a variable type called cpu

I can't find anything about it online, because all google will return is the Central Processing Unit.

Does anyone know what the cpu variable does or stores?


回答1:


cpu is a restriction specifier can be applied to function and lambda declarations.

complete detail is available here : http://msdn.microsoft.com/en-us/library/vstudio/hh388953%28v=vs.120%29.aspx



来源:https://stackoverflow.com/questions/19649793/cpu-variable-type

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!