ExceptionHeader.toExceptionHeader

Convert from pointer to exception_object to pointer to ExceptionHeader that it is embedded inside of.

struct ExceptionHeader
static
toExceptionHeader
(
_Unwind_Exception* eo
)

Parameters

eo

pointer to exception_object field

Return Value

pointer to ExceptionHeader that eo points into.

Suggestion Box / Bug Report