Jun's BlogRecent content on Jun's Blog马上订阅 Jun's Blog RSS 更新: https://www.junz.org/index.xmlC++ 中 inline 关键字的语义2023年7月11日 23:45C++ 真的是非常地混乱和难学,本文中我会简单谈谈 inline 在 C++ 中的含义和作用。 优化器眼里的 inline 在这一层语境下,inline 是指将在函数调用处将函数体展开,查看完整文章