Fix errors in inline function definitions

This commit is contained in:
归故里 2024-01-27 12:56:04 +08:00
parent 19f31499d7
commit 562d0a7eec

View File

@ -355,9 +355,7 @@ defined in another project.</p>
lines or fewer.</p>
<p class="definition"></p>
<p>You can declare functions in a way that allows the compiler to expand
them inline rather than calling them through the usual
function call mechanism.</p>
<p>Declaring a function inline suggests that the compiler replace every call to that function with code in the function definition, rather than calling them through the usual function call mechanism.</p>
<p class="pros"></p>
<p>Inlining a function can generate more efficient object