用法 如下:. #include <folly/likely.h> int a = 1; if (LIKELY(a == 1)) { a = 2; } if (UNLIKELY(a == 3)) { a = 3; }. 只在 gcc 下适用。 Q. E. D. ...
確定! 回上一頁