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

指针转引用

时间:2018-07-05 11:02:22      阅读:159      评论:0      收藏:0      [点我收藏+]

标签:引用类型   class   参数   strong   tde   cto   指针类型   span   inf   

1、函数声明为引用类型

int Discover(std::vector<tDeviceInfo>& pDeviceInfo);

2、参数声明为指针类型

std::vector<DeviceData::DeviceInfo>* mDeviceInfo;

3、调用,指针转引用

Discover(*mDeviceInfo);//加上*就是指针转引用

指针转引用

标签:引用类型   class   参数   strong   tde   cto   指针类型   span   inf   

原文地址:https://www.cnblogs.com/judes/p/9267002.html

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