std::Panic::FrameContext
FrameContext
Provides context for a panic frame
Methods
crash
Terminates the program with the panic context
crash(self) -> void
object
Returns a pointer to the object that caused the panic
object(self) -> *void
type_name
Returns the type name of the object that caused the panic
type_name(self) -> string
operator==
Equality comparison with type_info
op ==(self, const libcxx::type_info& other) -> bool