Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道省略号运算符用于在函数接口中实现变量参数。但是,我想知道这 3 个省略号是某种宏还是内置的 C 构造。我正在查看 Mingw 标头,似乎找不到该宏的任何定义。我似乎没有 stdvar.h 和 varargs.h 是空的。如果省略号确实是一个宏,有人可以指导我实现它们吗?
谢谢
它不是宏。它是语言本身的一部分,因此是“内置 C 构造”。
找不到好的参考,但谷歌结果在调用它们operator和specifier
operator
specifier