Google C++ Style Guide

Google C++ Style Guide

瀏覽:312
日期:2024-04-27
Overuse of inlining can actually make programs slower. Depending on a function's size, inlining it can cause the code size to increase or decrease. Inlining a very small accessor function will usually decrease code size while inlining a very large functio...看更多