__typeof和typeof之间有什么区别吗? [英] Is there any difference between __typeof and typeof?

查看:171
本文介绍了__typeof和typeof之间有什么区别吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我们添加__时,有更多的操作符。
__是什么意思?

There are more operators that work when we add __ to them too. what does __ mean?

推荐答案

保留用于实现的带双下划线的标识符。 typeof 是编译器特定的语言扩展,因此命名 __ typeof 确保没有用户代码具有相同的标识符名称

An identifier with double underscores is reserved for the implementation. typeof is a compiler specific extension to the language, so naming it __typeof ensures no user code has an identifier with the same name

这篇关于__typeof和typeof之间有什么区别吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆