System::get_pointer 方法

System::get_pointer method

获取智能指针引用的对象。

template<class T> T * System::get_pointer(System::SmartPtr<T> const &x)
参数描述
T被指向的类型。
参数类型描述
xSystem::SmartPtr<T> const&源智能指针。

ReturnValue

传入的智能指针引用的对象的原始指针。

另见