mirror of
https://github.com/google/styleguide.git
synced 2024-03-22 13:11:43 +08:00
Fix errors in inline function definitions
This commit is contained in:
parent
19f31499d7
commit
562d0a7eec
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user