inline functions 中文意思是什麼

inline functions 解釋
內聯函數
  1. Functions containing inline assembly code in the first statement

    函數的第一行語句包含內聯程序集代碼。
  2. Controls inline expansion of functions

    該選項控制函數的內聯展開。
  3. Such functions are called inline functions

    此類函數稱為內聯函數。
  4. Inline functions do not have associated return variables

    內聯函數沒有關聯的返回變量。
  5. Inline assembly code in functions that pass copy - constructed function parameters is not supported

    傳遞復制構造函數參數的函數中的內聯程序集代碼不受支持。
  6. Functions containing inline assembly code are generated as unmanaged functions, as if they were placed in a separate module that was compiled without

    包含內聯程序集代碼的函數被生成為非託管函數,就像它們放在不使用
  7. Inline functions are always packaged if they are instantiated as calls which occurs, for example, if inlining is turned off or you take a function address

    如果內聯函數實例化為調用(例如,當關閉內聯或獲取函數地址時出現這種情況) ,則始終打包內聯函數。
  8. The alloca and setjmp functions are always generated inline ; this behavior is not affected by

    _ alloca和setjmp函數始終內聯生成;此行為不受
  9. For proper functionality, ensure that the inline script does not contain references to custom - defined functions that have been clipped out

    為了保證正常的功能,請確保直接插入的腳本不包含對已被裁剪的定製函數的引用。
  10. Again, for proper functionality, ensure that the inline script does not contain references to custom - defined functions that have been clipped out

    同樣,為了保證正常的功能,請確保直接插入的腳本不包含對已被裁剪的定製函數的引用。
  11. To exclude functions from being considered as candidates for inline expansion

    將某些函數排除在視為內聯展開候選函數的函數之外。
  12. Depending on how the body of the function is defined, table - valued functions can be classified as inline or multi - statement functions

    根據函數主體的定義方式,表值函數可分為內聯函數或多語句函數。
  13. Probes are not inserted in inline functions - functions compiled with

    探測不插入到內聯函數中,即,使用
分享友人