System::ExceptionWrapper::operator-> 方法

ExceptionWrapper::operator-> method

允许访问 Exception 对象的成员。

T * System::ExceptionWrapper<T>::operator->() const

ReturnValue

指向 Exception 对象的原始指针。

另见