va_arg 宏展开成对应来自std::va_list ap 的下个参数的 T 类型表达式。 在调用 va_arg 前, ap 必须为到va_start 或va_copy 的调用所初始化,中间不能夹带va_end 的 ...
確定! 回上一頁