问题
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