码迷,mamicode.com
首页 > 其他好文 > 详细

内联函数

时间:2019-02-06 10:46:38      阅读:143      评论:0      收藏:0      [点我收藏+]

标签:bsp   style   class   调用   line   原理   out   span   div   

 

inline void f(int a, int b) {  // 在函数前加上inline就好了
    cout << a + b << endl;
}

原理:使用函数代码替换函数调用。速度快,但占用内存大。

 

内联函数

标签:bsp   style   class   调用   line   原理   out   span   div   

原文地址:https://www.cnblogs.com/pjishu/p/10353511.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!