operator->()

ExceptionWrapper::operator->() const method

Allows to access members of the Exception object.

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

Return Value

Raw pointer to the Exception object.

See Also