CppExceptionHeader.toExceptionHeader

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

struct CppExceptionHeader
static
toExceptionHeader
(
_Unwind_Exception* eo
)

Parameters

eo

pointer to exception_object field

Return Value

pointer to CppExceptionHeader that eo points into.

Suggestion Box / Bug Report