请教C++语句:shared_ptr<T>static_pointer_cast(const shared_ptr<U>&r)
发布网友
发布时间:2022-05-01 18:50
我来回答
共2个回答
热心网友
时间:2023-10-24 01:47
很简单,这是一个函数。
shared_ptr<T>是返回值
函数名称:static_pointer_cast;
参数const shared_ptr<U>&r'
就这么简单。
补充:那不叫取址。。那叫引用。
你难道这点c++基础都没有?那你还敢看Boost源码?
热心网友
时间:2023-10-24 01:47
难得在这里看到有人用boost
热心网友
时间:2023-10-24 01:47
很简单,这是一个函数。
shared_ptr<T>是返回值
函数名称:static_pointer_cast;
参数const shared_ptr<U>&r'
就这么简单。
补充:那不叫取址。。那叫引用。
你难道这点c++基础都没有?那你还敢看Boost源码?
热心网友
时间:2023-10-24 01:47
难得在这里看到有人用boost